Summary
Preload an animation asset without playing it.
This method will always create a new motion layer if no existing layer is using the same asset.
Syntax
public void PreloadAnimationAsset(FlexMotion flexMotionAsset)
Parameters
Name | Type | Description |
---|---|---|
flexMotionAsset | FlexMotion | The FlexMotion asset to preload. |