CharacterStartPlayOneAnimation Method |
Namespace:
NeoAxis
Assembly:
NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public virtual void StartPlayOneAnimation(
Animation animation,
double speed = 1,
bool freezeOnEnd = false
)
Parameters
- animation
- Type: NeoAxisAnimation
- speed (Optional)
- Type: SystemDouble
- freezeOnEnd (Optional)
- Type: SystemBoolean
See Also