Summary
An asset referencing animation clips and various settings that can be played by a
FlexMotionAnimator
.
Syntax
public abstract class FlexMotion : ScriptableObject
Methods
Name | Return Value | Summary |
---|---|---|
ApplySettings |
void |
Applies the
FlexMotion asset settings to the provided FlexMotionLayer .
|
Apply |
void |
Applies the
FlexMotion asset specific settings of each implementation to the provided FlexMotionLayer .
|
GetAnimationClip |
AnimationClip |
Get a specific animation clip using an index. Use ClipCount() to iterate though every
AnimationClip .
|
GetAnimationClips |
AnimationClip[] |
Get the underlying animation clip array.
|
GetClipCount |
int |
Returns the number of AnimationClips referenced in that asset.
|
IsValid |
bool |
Checks if the asset has at least one valid
AnimationClip assigned to it.
|