VisualOnRenderType Property |
Property Value
Type:
ScriptReferenceVisual,
Type,
BooleanOccurs 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: 11.0.0.7658
Syntaxpublic ScriptReference<Visual, Type, bool> OnRenderType { get; }Property Value
Type:
ScriptReferenceVisual,
Type,
Boolean
See Also