Click or drag to resize

VisualOnAnimatorEvent Property

Property Value

Type: AnimatorScriptReference
Occurs 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.

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

Property Value

Type: AnimatorScriptReference
See Also