C# 클래스 Idle, Obsolete

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

공개 프로퍼티들

프로퍼티 타입 설명
ForwardDirection Vector3
RotateDirection Vector3
RotateSpeed float
Speed float

공개 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void
FixedUpdate ( ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

프로퍼티 상세

ForwardDirection 공개적으로 프로퍼티

public Vector3 ForwardDirection
리턴 Vector3

RotateDirection 공개적으로 프로퍼티

public Vector3 RotateDirection
리턴 Vector3

RotateSpeed 공개적으로 프로퍼티

public float RotateSpeed
리턴 float

Speed 공개적으로 프로퍼티

public float Speed
리턴 float