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

Property Value

VisualScriptReference
See Also