C# Class RektTransform.RectTransformExtension

Afficher le fichier Open project: cgarciae/umvc

Méthodes publiques

Méthode Description
DebugOutput ( this ui ) : void
GetAnchors ( this ui ) : MinMax
GetBottom ( this ui ) : Vector2
GetHeight ( this ui ) : float
GetLeft ( this ui ) : Vector2
GetParent ( this ui ) : RectTransform
GetRight ( this ui ) : Vector2
GetTop ( this ui ) : Vector2
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, MinMax anchors ) : void
SetBottomEdge ( this ui, float bottom ) : void
SetHeight ( this ui, float height ) : void
SetLeftEdge ( this ui, float left ) : void
SetPos ( this ui, Vector2 pos ) : void
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

Method Details

DebugOutput() public static méthode

public static DebugOutput ( this ui ) : void
ui this
Résultat void

GetAnchors() public static méthode

public static GetAnchors ( this ui ) : MinMax
ui this
Résultat MinMax

GetBottom() public static méthode

public static GetBottom ( this ui ) : Vector2
ui this
Résultat UnityEngine.Vector2

GetHeight() public static méthode

public static GetHeight ( this ui ) : float
ui this
Résultat float

GetLeft() public static méthode

public static GetLeft ( this ui ) : Vector2
ui this
Résultat UnityEngine.Vector2

GetParent() public static méthode

public static GetParent ( this ui ) : RectTransform
ui this
Résultat UnityEngine.RectTransform

GetRight() public static méthode

public static GetRight ( this ui ) : Vector2
ui this
Résultat UnityEngine.Vector2

GetTop() public static méthode

public static GetTop ( this ui ) : Vector2
ui this
Résultat UnityEngine.Vector2

GetWidth() public static méthode

public static GetWidth ( this ui ) : float
ui this
Résultat float

MoveBottomEdgeFromParent() public static méthode

public static MoveBottomEdgeFromParent ( this ui, float bottom ) : void
ui this
bottom float
Résultat void

MoveBottomFromParent() public static méthode

public static MoveBottomFromParent ( this ui, float bottom ) : void
ui this
bottom float
Résultat void

MoveLeftEdgeFromParent() public static méthode

public static MoveLeftEdgeFromParent ( this ui, float left ) : void
ui this
left float
Résultat void

MoveLeftFromParent() public static méthode

public static MoveLeftFromParent ( this ui, float left ) : void
ui this
left float
Résultat void

MoveRightEdgeFromParent() public static méthode

public static MoveRightEdgeFromParent ( this ui, float right ) : void
ui this
right float
Résultat void

MoveRightFromParent() public static méthode

public static MoveRightFromParent ( this ui, float right ) : void
ui this
right float
Résultat void

MoveTopEdgeFromParent() public static méthode

public static MoveTopEdgeFromParent ( this ui, float top ) : void
ui this
top float
Résultat void

MoveTopFromParent() public static méthode

public static MoveTopFromParent ( this ui, float top ) : void
ui this
top float
Résultat void

SetAnchors() public static méthode

public static SetAnchors ( this ui, MinMax anchors ) : void
ui this
anchors MinMax
Résultat void

SetBottomEdge() public static méthode

public static SetBottomEdge ( this ui, float bottom ) : void
ui this
bottom float
Résultat void

SetHeight() public static méthode

public static SetHeight ( this ui, float height ) : void
ui this
height float
Résultat void

SetLeftEdge() public static méthode

public static SetLeftEdge ( this ui, float left ) : void
ui this
left float
Résultat void

SetPos() public static méthode

public static SetPos ( this ui, Vector2 pos ) : void
ui this
pos UnityEngine.Vector2
Résultat void

SetPos() public static méthode

public static SetPos ( this ui, float x, float y ) : void
ui this
x float
y float
Résultat void

SetPosX() public static méthode

public static SetPosX ( this ui, float x ) : void
ui this
x float
Résultat void

SetPosY() public static méthode

public static SetPosY ( this ui, float y ) : void
ui this
y float
Résultat void

SetRelativeBottom() public static méthode

public static SetRelativeBottom ( this ui, float bottom ) : void
ui this
bottom float
Résultat void

SetRelativeLeft() public static méthode

public static SetRelativeLeft ( this ui, float left ) : void
ui this
left float
Résultat void

SetRelativeRight() public static méthode

public static SetRelativeRight ( this ui, float right ) : void
ui this
right float
Résultat void

SetRelativeTop() public static méthode

public static SetRelativeTop ( this ui, float top ) : void
ui this
top float
Résultat void

SetRightEdge() public static méthode

public static SetRightEdge ( this ui, float right ) : void
ui this
right float
Résultat void

SetSize() public static méthode

public static SetSize ( this ui, float width, float height ) : void
ui this
width float
height float
Résultat void

SetTopEdge() public static méthode

public static SetTopEdge ( this ui, float top ) : void
ui this
top float
Résultat void

SetWidth() public static méthode

public static SetWidth ( this ui, float width ) : void
ui this
width float
Résultat void