C# 클래스 IKTarget, voxicon

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

공개 프로퍼티들

프로퍼티 타입 설명
interTargetPositions Queue
moveSpeed float
targetPosition Vector3

공개 메소드들

메소드 설명
OnAtTarget ( object sender, EventArgs, e ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
MoveToward ( Vector3 target ) : Vector3

메소드 상세

OnAtTarget() 공개 메소드

public OnAtTarget ( object sender, EventArgs, e ) : void
sender object
e EventArgs,
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

interTargetPositions 공개적으로 프로퍼티

public Queue interTargetPositions
리턴 Queue

moveSpeed 공개적으로 프로퍼티

public float moveSpeed
리턴 float

targetPosition 공개적으로 프로퍼티

public Vector3 targetPosition
리턴 Vector3