C# 클래스 AnimationTileMotor, MagesOfBlight

상속: TileMotor
파일 보기 프로젝트 열기: DomCristaldi/MagesOfBlight

공개 프로퍼티들

프로퍼티 타입 설명
walkAnimMaxVal float

보호된 프로퍼티들

프로퍼티 타입 설명
_animController Animator
_rmCapture RootMotionCapture,
agentAnimControl AgentAnimController,
movementBlend string

보호된 메소드들

메소드 설명
Awake ( ) : void
HandleAnimations ( ) : void
MoveToLocationMethod ( Vector3 position, Vector3 destination, float deltaTime ) : Vector3
Update ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

HandleAnimations() 보호된 메소드

protected HandleAnimations ( ) : void
리턴 void

MoveToLocationMethod() 보호된 메소드

protected MoveToLocationMethod ( Vector3 position, Vector3 destination, float deltaTime ) : Vector3
position Vector3
destination Vector3
deltaTime float
리턴 Vector3

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

프로퍼티 상세

_animController 보호되어 있는 프로퍼티

protected Animator _animController
리턴 Animator

_rmCapture 보호되어 있는 프로퍼티

protected RootMotionCapture, _rmCapture
리턴 RootMotionCapture,

agentAnimControl 보호되어 있는 프로퍼티

protected AgentAnimController, agentAnimControl
리턴 AgentAnimController,

movementBlend 보호되어 있는 프로퍼티

protected string movementBlend
리턴 string

walkAnimMaxVal 공개적으로 프로퍼티

public float walkAnimMaxVal
리턴 float