C# 클래스 UIExtensions, skater-xl-mod-core

파일 보기 프로젝트 열기: SkaterXLModding/skater-xl-mod-core 1 사용 예제들

공개 메소드들

메소드 설명
SetAnchor ( RectTransform rt, float xMin, float yMin, float xMax, float yMax ) : void
SetOffset ( RectTransform rt, float left, float top, float right, float bottom ) : void

메소드 상세

SetAnchor() 공개 정적인 메소드

public static SetAnchor ( RectTransform rt, float xMin, float yMin, float xMax, float yMax ) : void
rt RectTransform
xMin float
yMin float
xMax float
yMax float
리턴 void

SetOffset() 공개 정적인 메소드

public static SetOffset ( RectTransform rt, float left, float top, float right, float bottom ) : void
rt RectTransform
left float
top float
right float
bottom float
리턴 void