C# Class AnimatorKeyFrame, UnityDemo

Inheritance: KeyFrameBase
Show file Open project: rouchen/UnityDemo Class Usage Examples

Public Properties

Property Type Description
_animationStateEndPos float
_animationStateStartPos float
_isInterpolation bool
_isLoop bool
_sampleRate int
_speed float
animaionStateIdx int
animationStateLength float
animationStateName string

Public Methods

Method Description
AnimatorKeyFrame ( ) : System.Collections

Method Details

AnimatorKeyFrame() public method

public AnimatorKeyFrame ( ) : System.Collections
return System.Collections

Property Details

_animationStateEndPos public property

public float _animationStateEndPos
return float

_animationStateStartPos public property

public float _animationStateStartPos
return float

_isInterpolation public property

public bool _isInterpolation
return bool

_isLoop public property

public bool _isLoop
return bool

_sampleRate public property

public int _sampleRate
return int

_speed public property

public float _speed
return float

animaionStateIdx public property

public int animaionStateIdx
return int

animationStateLength public property

public float animationStateLength
return float

animationStateName public property

public string animationStateName
return string