C# 클래스 PatrolLocomotion, Unity3D

상속: MonoBehaviour
파일 보기 프로젝트 열기: k-lock/Unity3D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AI_ANIMATIONS string[]
_anim Animation
animID int
animRun float
animWalk float

공개 메소드들

메소드 설명
AnimSpeed ( int id ) : void
Awake ( ) : void
Play ( int id ) : void
Stop ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
AnimationSetup ( ) : void

메소드 상세

AnimSpeed() 공개 메소드

public AnimSpeed ( int id ) : void
id int
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Play() 공개 메소드

public Play ( int id ) : void
id int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

AI_ANIMATIONS 공개적으로 프로퍼티

public string[] AI_ANIMATIONS
리턴 string[]

_anim 공개적으로 프로퍼티

public Animation _anim
리턴 Animation

animID 공개적으로 프로퍼티

public int animID
리턴 int

animRun 공개적으로 프로퍼티

public float animRun
리턴 float

animWalk 공개적으로 프로퍼티

public float animWalk
리턴 float