RealtimeDisplayModeIsRendererStarted Method |
Override to tell the started state of your render engine.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public abstract bool IsRendererStarted()
Public MustOverride Function IsRendererStarted As Boolean
Return Value
Type:
Booleantrue if render engine is ready and rendering
See Also