C# 클래스 IKControl, PGP2

상속: MonoBehaviour
파일 보기 프로젝트 열기: theiis/PGP2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
durationExtend float
durationRetract float
elbow GameObject
grab bool
ikActive bool
lookAt Transform
shoulder GameObject
target Transform

보호된 프로퍼티들

프로퍼티 타입 설명
animator Animator

공개 메소드들

메소드 설명
LateUpdate ( ) : void
OnAnimatorIK ( ) : void
Start ( ) : void

메소드 상세

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

OnAnimatorIK() 공개 메소드

public OnAnimatorIK ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

animator 보호되어 있는 프로퍼티

protected Animator animator
리턴 Animator

durationExtend 공개적으로 프로퍼티

public float durationExtend
리턴 float

durationRetract 공개적으로 프로퍼티

public float durationRetract
리턴 float

elbow 공개적으로 프로퍼티

public GameObject elbow
리턴 GameObject

grab 공개적으로 프로퍼티

public bool grab
리턴 bool

ikActive 공개적으로 프로퍼티

public bool ikActive
리턴 bool

lookAt 공개적으로 프로퍼티

public Transform lookAt
리턴 Transform

shoulder 공개적으로 프로퍼티

public GameObject shoulder
리턴 GameObject

target 공개적으로 프로퍼티

public Transform target
리턴 Transform