Click or drag to resize

VisualOnAnimatorEvent Property

Property Value

Type: AnimatorScriptReference
Call this script when the visual starts to accelerate, cruise, decelerate and stop during a MoveTo or TurnTo command. Note that this event will only be issued if MoveToEventsEnabled is set to True. <p> See also: <ul> <li>MoveToEventsEnabled </ul>

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public AnimatorScriptReference OnAnimatorEvent { get; }

Property Value

Type: AnimatorScriptReference
See Also