Method | Description | |
---|---|---|
DebugOutput ( this ui ) : void | ||
GetAnchors ( this ui ) : |
||
GetBottom ( this ui ) : |
||
GetHeight ( this ui ) : float | ||
GetLeft ( this ui ) : |
||
GetParent ( this ui ) : |
||
GetRight ( this ui ) : |
||
GetTop ( this ui ) : |
||
GetWidth ( this ui ) : float | ||
MoveBottomEdgeFromParent ( this ui, float bottom ) : void | ||
MoveBottomFromParent ( this ui, float bottom ) : void | ||
MoveLeftEdgeFromParent ( this ui, float left ) : void | ||
MoveLeftFromParent ( this ui, float left ) : void | ||
MoveRightEdgeFromParent ( this ui, float right ) : void | ||
MoveRightFromParent ( this ui, float right ) : void | ||
MoveTopEdgeFromParent ( this ui, float top ) : void | ||
MoveTopFromParent ( this ui, float top ) : void | ||
SetAnchors ( this ui, |
||
SetBottomEdge ( this ui, float bottom ) : void | ||
SetHeight ( this ui, float height ) : void | ||
SetLeftEdge ( this ui, float left ) : void | ||
SetPos ( this ui, |
||
SetPos ( this ui, float x, float y ) : void | ||
SetPosX ( this ui, float x ) : void | ||
SetPosY ( this ui, float y ) : void | ||
SetRelativeBottom ( this ui, float bottom ) : void | ||
SetRelativeLeft ( this ui, float left ) : void | ||
SetRelativeRight ( this ui, float right ) : void | ||
SetRelativeTop ( this ui, float top ) : void | ||
SetRightEdge ( this ui, float right ) : void | ||
SetSize ( this ui, float width, float height ) : void | ||
SetTopEdge ( this ui, float top ) : void | ||
SetWidth ( this ui, float width ) : void |
public static GetAnchors ( this ui ) : |
||
ui | this | |
return |
public static GetBottom ( this ui ) : |
||
ui | this | |
return |
public static GetLeft ( this ui ) : |
||
ui | this | |
return |
public static GetParent ( this ui ) : |
||
ui | this | |
return |
public static GetRight ( this ui ) : |
||
ui | this | |
return |
public static GetTop ( this ui ) : |
||
ui | this | |
return |
public static MoveBottomEdgeFromParent ( this ui, float bottom ) : void | ||
ui | this | |
bottom | float | |
return | void |
public static MoveBottomFromParent ( this ui, float bottom ) : void | ||
ui | this | |
bottom | float | |
return | void |
public static MoveLeftEdgeFromParent ( this ui, float left ) : void | ||
ui | this | |
left | float | |
return | void |
public static MoveLeftFromParent ( this ui, float left ) : void | ||
ui | this | |
left | float | |
return | void |
public static MoveRightEdgeFromParent ( this ui, float right ) : void | ||
ui | this | |
right | float | |
return | void |
public static MoveRightFromParent ( this ui, float right ) : void | ||
ui | this | |
right | float | |
return | void |
public static MoveTopEdgeFromParent ( this ui, float top ) : void | ||
ui | this | |
top | float | |
return | void |
public static MoveTopFromParent ( this ui, float top ) : void | ||
ui | this | |
top | float | |
return | void |
public static SetAnchors ( this ui, |
||
ui | this | |
anchors | ||
return | void |
public static SetBottomEdge ( this ui, float bottom ) : void | ||
ui | this | |
bottom | float | |
return | void |
public static SetHeight ( this ui, float height ) : void | ||
ui | this | |
height | float | |
return | void |
public static SetLeftEdge ( this ui, float left ) : void | ||
ui | this | |
left | float | |
return | void |
public static SetPos ( this ui, |
||
ui | this | |
pos | ||
return | void |
public static SetPos ( this ui, float x, float y ) : void | ||
ui | this | |
x | float | |
y | float | |
return | void |
public static SetPosX ( this ui, float x ) : void | ||
ui | this | |
x | float | |
return | void |
public static SetPosY ( this ui, float y ) : void | ||
ui | this | |
y | float | |
return | void |
public static SetRelativeBottom ( this ui, float bottom ) : void | ||
ui | this | |
bottom | float | |
return | void |
public static SetRelativeLeft ( this ui, float left ) : void | ||
ui | this | |
left | float | |
return | void |
public static SetRelativeRight ( this ui, float right ) : void | ||
ui | this | |
right | float | |
return | void |
public static SetRelativeTop ( this ui, float top ) : void | ||
ui | this | |
top | float | |
return | void |
public static SetRightEdge ( this ui, float right ) : void | ||
ui | this | |
right | float | |
return | void |
public static SetSize ( this ui, float width, float height ) : void | ||
ui | this | |
width | float | |
height | float | |
return | void |
public static SetTopEdge ( this ui, float top ) : void | ||
ui | this | |
top | float | |
return | void |
public static SetWidth ( this ui, float width ) : void | ||
ui | this | |
width | float | |
return | void |