C# 클래스 TransformHelper, RPGQuest

파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 메소드들

메소드 설명
GetChild ( string name, Transform t ) : Transform
Mount ( Transform parent, Transform child, bool setToPosition, bool localSpace, Vector3 positionOffset, bool useRotation, Vector3 rotationOffset ) : void

메소드 상세

GetChild() 공개 정적인 메소드

public static GetChild ( string name, Transform t ) : Transform
name string
t Transform
리턴 Transform

Mount() 공개 정적인 메소드

public static Mount ( Transform parent, Transform child, bool setToPosition, bool localSpace, Vector3 positionOffset, bool useRotation, Vector3 rotationOffset ) : void
parent Transform
child Transform
setToPosition bool
localSpace bool
positionOffset Vector3
useRotation bool
rotationOffset Vector3
리턴 void