C# 클래스 uMVC.Extensions

파일 보기 프로젝트 열기: cgarciae/umvc

공개 메소드들

메소드 설명
CopyTransform ( this t, Transform other ) : void
RectTransform ( this t ) : RectTransform
ResetRectTransform ( this t ) : void
ResetRectTransformUnder ( this t, RectTransform parent ) : void
ResetTransform ( this t ) : void
ResetTransformUnder ( this t, Transform parent ) : void

메소드 상세

CopyTransform() 공개 정적인 메소드

public static CopyTransform ( this t, Transform other ) : void
t this
other UnityEngine.Transform
리턴 void

RectTransform() 공개 정적인 메소드

public static RectTransform ( this t ) : RectTransform
t this
리턴 UnityEngine.RectTransform

ResetRectTransform() 공개 정적인 메소드

public static ResetRectTransform ( this t ) : void
t this
리턴 void

ResetRectTransformUnder() 공개 정적인 메소드

public static ResetRectTransformUnder ( this t, RectTransform parent ) : void
t this
parent UnityEngine.RectTransform
리턴 void

ResetTransform() 공개 정적인 메소드

public static ResetTransform ( this t ) : void
t this
리턴 void

ResetTransformUnder() 공개 정적인 메소드

public static ResetTransformUnder ( this t, Transform parent ) : void
t this
parent UnityEngine.Transform
리턴 void