Click or drag to resize

VisualOnVisualRemoved Property

Property Value

Type: VisualScriptReference
Call this script 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: 10.0.0.6737
Syntax
C#
public VisualScriptReference OnVisualRemoved { get; }

Property Value

Type: VisualScriptReference
See Also