C# 클래스 ChaseTarget, ITP_OpenSourceAnimation

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

공개 프로퍼티들

프로퍼티 타입 설명
e Vector3
p Vector3
t Vector3
target GameObject

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
hitDetect3D ( Vector3 p1, Vector3 s1, Vector3 p2, Vector3 s2 ) : bool
randomizer ( Vector3 spread ) : Vector3
tween3D ( Vector3 v1, Vector3 v2, Vector3 e ) : Vector3

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

e 공개적으로 프로퍼티

public Vector3 e
리턴 Vector3

p 공개적으로 프로퍼티

public Vector3 p
리턴 Vector3

t 공개적으로 프로퍼티

public Vector3 t
리턴 Vector3

target 공개적으로 프로퍼티

public GameObject target
리턴 GameObject