AddCallback(int eventId, WidgetEventCallback fn) | Widget | |
AddChild(notnull Widget child) | Widget | |
AddHandler(ScriptedWidgetEventHandler eventHandler) | Widget | |
AllowMSAAFromSetup(bool allowMSAA) | RenderTargetWidget | |
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 | |
GetIsColorInherited() | Widget | |
GetName() | Widget | |
GetNavigation(WidgetNavigationDirection direction, out WidgetNavigationRuleType rule) | Widget | |
GetNumHandlers() | Widget | |
GetOpacity() | Widget | |
GetParent() | Widget | |
GetRefreshPeriod() | RenderTargetWidget | |
GetScreenPos(out float x, out float y) | Widget | |
GetScreenSize(out float width, out float height) | Widget | |
GetSibling() | Widget | |
GetStyleName() | Widget | |
GetTypeID() | Widget | |
GetTypeName() | Widget | |
GetUserID() | Widget | |
GetWorkspace() | Widget | |
GetZOrder() | Widget | |
IsClippingChildren() | Widget | |
IsEnabled() | Widget | |
IsEnabledInHierarchy() | Widget | |
IsFocusable() | Widget | |
IsVisible() | Widget | |
IsVisibleInHierarchy() | Widget | |
RemoveCallback(int eventId, int callbackId) | Widget | |
RemoveCallbackByOwner(int eventId, Class owner) | Widget | |
RemoveChild(notnull Widget child) | Widget | |
RemoveFromHierarchy() | Widget | |
RemoveHandler(ScriptedWidgetEventHandler eventHandler) | Widget | |
SetBlendMode(RenderTargetWidgetBlendMode blendMode) | RenderTargetWidget | |
SetClearColor(bool useClearColor, int color) | RenderTargetWidget | |
SetColor(notnull Color color) | Widget | |
SetColorInt(int color) | Widget | |
SetEnabled(bool enable) | Widget | |
SetFlags(int flags) | Widget | |
SetFormat(RenderTargetWidgetFormat format) | RenderTargetWidget | |
SetIsColorInherited(bool isColorInherited) | Widget | |
SetName(string name) | Widget | |
SetNavigation(WidgetNavigationDirection direction, WidgetNavigationRuleType rule, string explicitTarget=string.Empty) | Widget | |
SetOpacity(float alpha) | Widget | |
SetRefresh(int period, int offset) | RenderTargetWidget | |
SetResolutionScale(float xscale, float yscale) | RenderTargetWidget | |
SetUserID(int id) | Widget | |
SetVisible(bool show) | Widget | |
SetWorld(BaseWorld world, int camera) | RenderTargetWidget | |
SetZOrder(int zOrder) | Widget | |
Update() | Widget | |