C# Class AnimatorKeyFrame, UnityDemo

Inheritance: KeyFrameBase
Exibir arquivo 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_oe property

public float _animationStateEndPos
return float

_animationStateStartPos public_oe property

public float _animationStateStartPos
return float

_isInterpolation public_oe property

public bool _isInterpolation
return bool

_isLoop public_oe property

public bool _isLoop
return bool

_sampleRate public_oe property

public int _sampleRate
return int

_speed public_oe property

public float _speed
return float

animaionStateIdx public_oe property

public int animaionStateIdx
return int

animationStateLength public_oe property

public float animationStateLength
return float

animationStateName public_oe property

public string animationStateName
return string