C# 클래스 BaseAnimations, kaijurising

상속: NetworkBehaviour
파일 보기 프로젝트 열기: Moehammered/kaijurising

공개 프로퍼티들

프로퍼티 타입 설명
netAnim NetworkAnimator

보호된 프로퍼티들

프로퍼티 타입 설명
animCorutine IEnumerator

공개 메소드들

메소드 설명
OnStartLocalPlayer ( ) : void
PreStartClient ( ) : void
attackTime ( ) : float
increaseAttackTimer ( float amount ) : void

보호된 메소드들

메소드 설명
attackTimedAnimations ( string name, float duration ) : void
setAnimatorParameters ( string name, bool state ) : void
timedAnimations ( string name, float duration ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
setTimedAnimation ( string name ) : IEnumerator
setTimedAnimation ( string name, float duration ) : IEnumerator

메소드 상세

OnStartLocalPlayer() 공개 메소드

public OnStartLocalPlayer ( ) : void
리턴 void

PreStartClient() 공개 메소드

public PreStartClient ( ) : void
리턴 void

attackTime() 공개 메소드

public attackTime ( ) : float
리턴 float

attackTimedAnimations() 보호된 메소드

protected attackTimedAnimations ( string name, float duration ) : void
name string
duration float
리턴 void

increaseAttackTimer() 공개 메소드

public increaseAttackTimer ( float amount ) : void
amount float
리턴 void

setAnimatorParameters() 보호된 메소드

protected setAnimatorParameters ( string name, bool state ) : void
name string
state bool
리턴 void

timedAnimations() 보호된 메소드

protected timedAnimations ( string name, float duration ) : void
name string
duration float
리턴 void

프로퍼티 상세

animCorutine 보호되어 있는 프로퍼티

protected IEnumerator animCorutine
리턴 IEnumerator

netAnim 공개적으로 프로퍼티

public NetworkAnimator netAnim
리턴 NetworkAnimator