C# Class Invert.Core.GraphDesigner.RectLayoutExtensions

Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Méthode Description
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

Method Details

Above() public static méthode

public static Above ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Résultat UnityEngine.Rect

AboveAll() public static méthode

public static AboveAll ( this source, Rect target, int i ) : Rect
source this
target UnityEngine.Rect
i int
Résultat UnityEngine.Rect

AddHeight() public static méthode

public static AddHeight ( this source, int height ) : Rect
source this
height int
Résultat UnityEngine.Rect

AddWidth() public static méthode

public static AddWidth ( this source, int width ) : Rect
source this
width int
Résultat UnityEngine.Rect

Align() public static méthode

public static Align ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Résultat UnityEngine.Rect

AlignAndScale() public static méthode

public static AlignAndScale ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Résultat UnityEngine.Rect

AlignHorisonallyByCenter() public static méthode

public static AlignHorisonallyByCenter ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Résultat UnityEngine.Rect

AlignHorisontally() public static méthode

public static AlignHorisontally ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Résultat UnityEngine.Rect

AlignTopRight() public static méthode

public static AlignTopRight ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Résultat UnityEngine.Rect

AlignVertically() public static méthode

public static AlignVertically ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Résultat UnityEngine.Rect

AlignVerticallyByCenter() public static méthode

public static AlignVerticallyByCenter ( this source, Rect target ) : Rect
source this
target UnityEngine.Rect
Résultat UnityEngine.Rect

Below() public static méthode

public static Below ( this source, Rect belowSource ) : Rect
source this
belowSource UnityEngine.Rect
Résultat UnityEngine.Rect

BottomHalf() public static méthode

public static BottomHalf ( this source ) : Rect
source this
Résultat UnityEngine.Rect

CenterInsideOf() public static méthode

public static CenterInsideOf ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

Clip() public static méthode

public static Clip ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

Cover() public static méthode

public static Cover ( this source ) : Rect
source this
Résultat Rect

InnerAlignWithBottomCenter() public static méthode

public static InnerAlignWithBottomCenter ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

InnerAlignWithBottomLeft() public static méthode

public static InnerAlignWithBottomLeft ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

InnerAlignWithBottomRight() public static méthode

public static InnerAlignWithBottomRight ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

InnerAlignWithCenterLeft() public static méthode

public static InnerAlignWithCenterLeft ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

InnerAlignWithCenterRight() public static méthode

public static InnerAlignWithCenterRight ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

InnerAlignWithUpperRight() public static méthode

public static InnerAlignWithUpperRight ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

LeftHalf() public static méthode

public static LeftHalf ( this source ) : Rect
source this
Résultat Rect

LeftOf() public static méthode

public static LeftOf ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

Pad() public static méthode

public static Pad ( this source, float left, float top, float right, float bottom ) : Rect
source this
left float
top float
right float
bottom float
Résultat Rect

PadSides() public static méthode

public static PadSides ( this source, float padding ) : Rect
source this
padding float
Résultat Rect

RightHalf() public static méthode

public static RightHalf ( this source ) : Rect
source this
Résultat Rect

RightOf() public static méthode

public static RightOf ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

StretchedVerticallyAlong() public static méthode

public static StretchedVerticallyAlong ( this source, Rect target ) : Rect
source this
target Rect
Résultat Rect

TopHalf() public static méthode

public static TopHalf ( this source ) : Rect
source this
Résultat Rect

Translate() public static méthode

public static Translate ( this source, float x, float y ) : Rect
source this
x float
y float
Résultat Rect

WithHeight() public static méthode

public static WithHeight ( this source, float height ) : Rect
source this
height float
Résultat Rect

WithOrigin() public static méthode

public static WithOrigin ( this source, float x, float y ) : Rect
source this
x float
y float
Résultat Rect

WithSize() public static méthode

public static WithSize ( this source, float width, float height ) : Rect
source this
width float
height float
Résultat Rect

WithWidth() public static méthode

public static WithWidth ( this source, float width ) : Rect
source this
width float
Résultat Rect