C# Класс Invert.Core.GraphDesigner.RectLayoutExtensions

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

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

Метод Описание
Above ( this source, Rect target ) : Rect
AboveAll ( this source, Rect target, int i ) : Rect
AddHeight ( this source, int height ) : Rect
AddWidth ( this source, int width ) : Rect
Align ( this source, Rect target ) : Rect
AlignAndScale ( this source, Rect target ) : Rect
AlignHorisonallyByCenter ( this source, Rect target ) : Rect
AlignHorisontally ( this source, Rect target ) : Rect
AlignTopRight ( this source, Rect target ) : Rect
AlignVertically ( this source, Rect target ) : Rect
AlignVerticallyByCenter ( this source, Rect target ) : Rect
Below ( this source, Rect belowSource ) : Rect
BottomHalf ( this source ) : Rect
CenterInsideOf ( this source, Rect target ) : Rect
Clip ( this source, Rect target ) : Rect
Cover ( this source ) : Rect
InnerAlignWithBottomCenter ( this source, Rect target ) : Rect
InnerAlignWithBottomLeft ( this source, Rect target ) : Rect
InnerAlignWithBottomRight ( this source, Rect target ) : Rect
InnerAlignWithCenterLeft ( this source, Rect target ) : Rect
InnerAlignWithCenterRight ( this source, Rect target ) : Rect
InnerAlignWithUpperRight ( this source, Rect target ) : Rect
LeftHalf ( this source ) : Rect
LeftOf ( this source, Rect target ) : Rect
Pad ( this source, float left, float top, float right, float bottom ) : Rect
PadSides ( this source, float padding ) : Rect
RightHalf ( this source ) : Rect
RightOf ( this source, Rect target ) : Rect
StretchedVerticallyAlong ( this source, Rect target ) : Rect
TopHalf ( this source ) : Rect
Translate ( this source, float x, float y ) : Rect
WithHeight ( this source, float height ) : Rect
WithOrigin ( this source, float x, float y ) : Rect
WithSize ( this source, float width, float height ) : Rect
WithWidth ( this source, float width ) : Rect

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

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

public static Above ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Результат UnityEngine.Rect

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

public static AboveAll ( this source, Rect target, int i ) : Rect
source this
target UnityEngine.Rect
i int
Результат UnityEngine.Rect

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

public static AddHeight ( this source, int height ) : Rect
source this
height int
Результат UnityEngine.Rect

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

public static AddWidth ( this source, int width ) : Rect
source this
width int
Результат UnityEngine.Rect

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

public static Align ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Результат UnityEngine.Rect

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

public static AlignAndScale ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Результат UnityEngine.Rect

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

public static AlignHorisonallyByCenter ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Результат UnityEngine.Rect

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

public static AlignHorisontally ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Результат UnityEngine.Rect

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

public static AlignTopRight ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Результат UnityEngine.Rect

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

public static AlignVertically ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Результат UnityEngine.Rect

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

public static AlignVerticallyByCenter ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Результат UnityEngine.Rect

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

public static Below ( this source, Rect belowSource ) : Rect
source this
belowSource UnityEngine.Rect
Результат UnityEngine.Rect

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

public static BottomHalf ( this source ) : Rect
source this
Результат UnityEngine.Rect

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

public static CenterInsideOf ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static Clip ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static Cover ( this source ) : Rect
source this
Результат Rect

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

public static InnerAlignWithBottomCenter ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static InnerAlignWithBottomLeft ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static InnerAlignWithBottomRight ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static InnerAlignWithCenterLeft ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static InnerAlignWithCenterRight ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static InnerAlignWithUpperRight ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static LeftHalf ( this source ) : Rect
source this
Результат Rect

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

public static LeftOf ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static Pad ( this source, float left, float top, float right, float bottom ) : Rect
source this
left float
top float
right float
bottom float
Результат Rect

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

public static PadSides ( this source, float padding ) : Rect
source this
padding float
Результат Rect

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

public static RightHalf ( this source ) : Rect
source this
Результат Rect

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

public static RightOf ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static StretchedVerticallyAlong ( this source, Rect target ) : Rect
source this
target Rect
Результат Rect

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

public static TopHalf ( this source ) : Rect
source this
Результат Rect

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

public static Translate ( this source, float x, float y ) : Rect
source this
x float
y float
Результат Rect

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

public static WithHeight ( this source, float height ) : Rect
source this
height float
Результат Rect

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

public static WithOrigin ( this source, float x, float y ) : Rect
source this
x float
y float
Результат Rect

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

public static WithSize ( this source, float width, float height ) : Rect
source this
width float
height float
Результат Rect

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

public static WithWidth ( this source, float width ) : Rect
source this
width float
Результат Rect