Enfusion Script API
|
This is the complete list of members for WindowSlot, including all inherited members.
GetAlignment(notnull Widget widget) | FrameSlot | static |
GetAnchorMax(notnull Widget widget) | FrameSlot | static |
GetAnchorMin(notnull Widget widget) | FrameSlot | static |
GetOffsets(notnull Widget widget, out float left, out float top, out float right, out float bottom) | FrameSlot | static |
GetPos(notnull Widget widget) | FrameSlot | static |
GetPosX(notnull Widget widget) | FrameSlot | static |
GetPosY(notnull Widget widget) | FrameSlot | static |
GetSize(notnull Widget widget) | FrameSlot | static |
GetSizeX(notnull Widget widget) | FrameSlot | static |
GetSizeY(notnull Widget widget) | FrameSlot | static |
IsSizeToContent(notnull Widget widget) | FrameSlot | static |
Move(notnull Widget widget, float xOffset, float yOffset) | FrameSlot | static |
SetAlignment(notnull Widget widget, float x, float y) | FrameSlot | static |
SetAnchor(notnull Widget widget, float x, float y) | FrameSlot | static |
SetAnchorMax(notnull Widget widget, float x, float y) | FrameSlot | static |
SetAnchorMin(notnull Widget widget, float x, float y) | FrameSlot | static |
SetOffsets(notnull Widget widget, float left, float top, float right, float bottom) | FrameSlot | static |
SetPos(notnull Widget widget, float x, float y) | FrameSlot | static |
SetPosX(notnull Widget widget, float x) | FrameSlot | static |
SetPosY(notnull Widget widget, float y) | FrameSlot | static |
SetSize(notnull Widget widget, float x, float y) | FrameSlot | static |
SetSizeToContent(notnull Widget widget, bool isSizeToContent) | FrameSlot | static |
SetSizeX(notnull Widget widget, float x) | FrameSlot | static |
SetSizeY(notnull Widget widget, float y) | FrameSlot | static |