Summary
Determines the currently shown animation clip based on the layer's weights.
Playing an animation clip or a FlexMotion asset with only one clip will skip the weight check.
Syntax
public AnimationClip GetAnimationClip()
Remarks
An inactive layer will still reference the last used animation clips.
Return Value
Type | Description |
---|---|
AnimationClip | The animation clip with the highest weight. |