Click or drag to resize

VisualOnVisualRemoved Property

Occurs when this visual is removed from the model. The scene's "OnVisualRemoved" script is also called whenever any visual is removed.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public VisualScriptReference OnVisualRemoved { get; }

Property Value

VisualScriptReference
See Also