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: 15.0.2.11458
Syntax
C#
public VisualScriptReference OnVisualRemoved { get; }

Property Value

Type: VisualScriptReference
See Also