Click or drag to resize

VisualOnRenderType Property

Occurs whenever the render status of a visual type is changed. This is usually in response to the user pressing one of the "Show X" buttons on the toolbar; for example, "Show Lights", "Show Support Stands", etc.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public ScriptReference<Visual, Type, bool> OnRenderType { get; }

Property Value

Type: ScriptReferenceVisual, Type, Boolean
See Also