C# Класс RektTransform.RectTransformExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

DebugOutput() публичный статический Метод

public static DebugOutput ( this ui ) : void
ui this
Результат void

GetAnchors() публичный статический Метод

public static GetAnchors ( this ui ) : MinMax
ui this
Результат MinMax

GetBottom() публичный статический Метод

public static GetBottom ( this ui ) : Vector2
ui this
Результат UnityEngine.Vector2

GetHeight() публичный статический Метод

public static GetHeight ( this ui ) : float
ui this
Результат float

GetLeft() публичный статический Метод

public static GetLeft ( this ui ) : Vector2
ui this
Результат UnityEngine.Vector2

GetParent() публичный статический Метод

public static GetParent ( this ui ) : RectTransform
ui this
Результат UnityEngine.RectTransform

GetRight() публичный статический Метод

public static GetRight ( this ui ) : Vector2
ui this
Результат UnityEngine.Vector2

GetTop() публичный статический Метод

public static GetTop ( this ui ) : Vector2
ui this
Результат UnityEngine.Vector2

GetWidth() публичный статический Метод

public static GetWidth ( this ui ) : float
ui this
Результат float

MoveBottomEdgeFromParent() публичный статический Метод

public static MoveBottomEdgeFromParent ( this ui, float bottom ) : void
ui this
bottom float
Результат void

MoveBottomFromParent() публичный статический Метод

public static MoveBottomFromParent ( this ui, float bottom ) : void
ui this
bottom float
Результат void

MoveLeftEdgeFromParent() публичный статический Метод

public static MoveLeftEdgeFromParent ( this ui, float left ) : void
ui this
left float
Результат void

MoveLeftFromParent() публичный статический Метод

public static MoveLeftFromParent ( this ui, float left ) : void
ui this
left float
Результат void

MoveRightEdgeFromParent() публичный статический Метод

public static MoveRightEdgeFromParent ( this ui, float right ) : void
ui this
right float
Результат void

MoveRightFromParent() публичный статический Метод

public static MoveRightFromParent ( this ui, float right ) : void
ui this
right float
Результат void

MoveTopEdgeFromParent() публичный статический Метод

public static MoveTopEdgeFromParent ( this ui, float top ) : void
ui this
top float
Результат void

MoveTopFromParent() публичный статический Метод

public static MoveTopFromParent ( this ui, float top ) : void
ui this
top float
Результат void

SetAnchors() публичный статический Метод

public static SetAnchors ( this ui, MinMax anchors ) : void
ui this
anchors MinMax
Результат void

SetBottomEdge() публичный статический Метод

public static SetBottomEdge ( this ui, float bottom ) : void
ui this
bottom float
Результат void

SetHeight() публичный статический Метод

public static SetHeight ( this ui, float height ) : void
ui this
height float
Результат void

SetLeftEdge() публичный статический Метод

public static SetLeftEdge ( this ui, float left ) : void
ui this
left float
Результат void

SetPos() публичный статический Метод

public static SetPos ( this ui, Vector2 pos ) : void
ui this
pos UnityEngine.Vector2
Результат void

SetPos() публичный статический Метод

public static SetPos ( this ui, float x, float y ) : void
ui this
x float
y float
Результат void

SetPosX() публичный статический Метод

public static SetPosX ( this ui, float x ) : void
ui this
x float
Результат void

SetPosY() публичный статический Метод

public static SetPosY ( this ui, float y ) : void
ui this
y float
Результат void

SetRelativeBottom() публичный статический Метод

public static SetRelativeBottom ( this ui, float bottom ) : void
ui this
bottom float
Результат void

SetRelativeLeft() публичный статический Метод

public static SetRelativeLeft ( this ui, float left ) : void
ui this
left float
Результат void

SetRelativeRight() публичный статический Метод

public static SetRelativeRight ( this ui, float right ) : void
ui this
right float
Результат void

SetRelativeTop() публичный статический Метод

public static SetRelativeTop ( this ui, float top ) : void
ui this
top float
Результат void

SetRightEdge() публичный статический Метод

public static SetRightEdge ( this ui, float right ) : void
ui this
right float
Результат void

SetSize() публичный статический Метод

public static SetSize ( this ui, float width, float height ) : void
ui this
width float
height float
Результат void

SetTopEdge() публичный статический Метод

public static SetTopEdge ( this ui, float top ) : void
ui this
top float
Результат void

SetWidth() публичный статический Метод

public static SetWidth ( this ui, float width ) : void
ui this
width float
Результат void