Click or drag to resize

VisualOnMoved Property

Property Value

Type: OnMatrixUpdatedScriptReference
Call this script when a visual has moved or rotated. NOTE: For fast moving objects like loads this can be a performance hit.

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

Property Value

Type: OnMatrixUpdatedScriptReference
See Also