Click or drag to resize

VisualOnParentMoved Property

Occurs when a parent or parent's parent, etc. 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: 15.0.2.11458
Syntax
C#
public OnMatrixUpdatedScriptReference OnParentMoved { get; }

Property Value

Type: OnMatrixUpdatedScriptReference
See Also