C# 클래스 AnimatorKeyFrame, UnityDemo

상속: KeyFrameBase
파일 보기 프로젝트 열기: rouchen/UnityDemo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_animationStateEndPos float
_animationStateStartPos float
_isInterpolation bool
_isLoop bool
_sampleRate int
_speed float
animaionStateIdx int
animationStateLength float
animationStateName string

공개 메소드들

메소드 설명
AnimatorKeyFrame ( ) : System.Collections

메소드 상세

AnimatorKeyFrame() 공개 메소드

public AnimatorKeyFrame ( ) : System.Collections
리턴 System.Collections

프로퍼티 상세

_animationStateEndPos 공개적으로 프로퍼티

public float _animationStateEndPos
리턴 float

_animationStateStartPos 공개적으로 프로퍼티

public float _animationStateStartPos
리턴 float

_isInterpolation 공개적으로 프로퍼티

public bool _isInterpolation
리턴 bool

_isLoop 공개적으로 프로퍼티

public bool _isLoop
리턴 bool

_sampleRate 공개적으로 프로퍼티

public int _sampleRate
리턴 int

_speed 공개적으로 프로퍼티

public float _speed
리턴 float

animaionStateIdx 공개적으로 프로퍼티

public int animaionStateIdx
리턴 int

animationStateLength 공개적으로 프로퍼티

public float animationStateLength
리턴 float

animationStateName 공개적으로 프로퍼티

public string animationStateName
리턴 string