Click or drag to resize

VisualOnVisualAdded Property

Occurs when this visual is added to the model. The scene's "OnVisualAdded" is also called for each visual that is added.

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

Property Value

Type: VisualScriptReference
See Also