C# 클래스 Invert.Core.GraphDesigner.RectLayoutExtensions

파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
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