AddCallback(int eventId, WidgetEventCallback fn) | Widget | |
AddChild(notnull Widget child) | Widget | |
AddHandler(ScriptedWidgetEventHandler eventHandler) | Widget | |
ClearFlags(int flags) | Widget | |
Clone() | Managed | |
EmitCallback(int eventId) | Widget | |
FindAnyWidget(string pathname) | Widget | |
FindAnyWidgetById(int user_id) | Widget | |
FindHandler(TypeName type) | Widget | |
FindWidget(string pathname) | Widget | |
GetChildren() | Widget | |
GetColor() | Widget | |
GetColorInt() | Widget | |
GetFlags() | Widget | |
GetHandler(int index) | Widget | |
GetImage() | ImageWidget | |
GetImageSize(int image, out int x, out int y) | ImageWidget | |
GetIsColorInherited() | Widget | |
GetMaskMode() | ImageWidget | |
GetMaskProgress() | ImageWidget | |
GetMaskRange() | ImageWidget | |
GetMaskTransitionWidth() | ImageWidget | |
GetName() | Widget | |
GetNavigation(WidgetNavigationDirection direction, out WidgetNavigationRuleType rule) | Widget | |
GetNumHandlers() | Widget | |
GetOpacity() | Widget | |
GetParent() | Widget | |
GetRotation() | ImageWidget | |
GetSaturation() | ImageWidget | |
GetScreenPos(out float x, out float y) | Widget | |
GetScreenSize(out float width, out float height) | Widget | |
GetShadowColor() | ImageWidget | |
GetShadowOffset() | ImageWidget | |
GetSibling() | Widget | |
GetSize() | ImageWidget | |
GetStyleName() | Widget | |
GetTypeID() | Widget | |
GetTypeName() | Widget | |
GetUserID() | Widget | |
GetWorkspace() | Widget | |
GetZOrder() | Widget | |
IsClippingChildren() | Widget | |
IsEnabled() | Widget | |
IsEnabledInHierarchy() | Widget | |
IsFocusable() | Widget | |
IsVisible() | Widget | |
IsVisibleInHierarchy() | Widget | |
LoadImageFromSet(int num, ResourceName resource, string imageName, bool noCache=false) | ImageWidget | |
LoadImageTexture(int num, ResourceName resource, bool noCache=false, bool fromLocalStorage=false) | ImageWidget | |
LoadMaskFromSet(ResourceName resource, string imageName) | ImageWidget | |
LoadMaskTexture(ResourceName resource) | ImageWidget | |
RemoveCallback(int eventId, int callbackId) | Widget | |
RemoveCallbackByOwner(int eventId, Class owner) | Widget | |
RemoveChild(notnull Widget child) | Widget | |
RemoveFromHierarchy() | Widget | |
RemoveHandler(ScriptedWidgetEventHandler eventHandler) | Widget | |
SetColor(notnull Color color) | Widget | |
SetColorInt(int color) | Widget | |
SetEnabled(bool enable) | Widget | |
SetFlags(int flags) | Widget | |
SetImage(int num) | ImageWidget | |
SetImageTexture(int image, notnull RTTextureWidget texture) | ImageWidget | |
SetIsColorInherited(bool isColorInherited) | Widget | |
SetMaskMode(ImageMaskMode maskMode) | ImageWidget | |
SetMaskProgress(float value) | ImageWidget | |
SetMaskRange(float range) | ImageWidget | |
SetMaskTransitionWidth(float value) | ImageWidget | |
SetName(string name) | Widget | |
SetNavigation(WidgetNavigationDirection direction, WidgetNavigationRuleType rule, string explicitTarget=string.Empty) | Widget | |
SetOpacity(float alpha) | Widget | |
SetPivot(float x, float y) | ImageWidget | |
SetRotation(float angle) | ImageWidget | |
SetSaturation(float saturation) | ImageWidget | |
SetShadowColor(notnull Color color) | ImageWidget | |
SetShadowOffset(float x, float y) | ImageWidget | |
SetSize(float width, float height) | ImageWidget | |
SetUserID(int id) | Widget | |
SetUV(float uv[4][2]) | ImageWidget | |
SetVisible(bool show) | Widget | |
SetZOrder(int zOrder) | Widget | |
Update() | Widget | |