Click or drag to resize

VisualOnAnimatorEvent Property

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: 19.00.00
Syntax
C#
public AnimatorScriptReference OnAnimatorEvent { get; }

Property Value

AnimatorScriptReference
See Also