 |
SharpEngineSceneViewRenderScene Method |
RenderScene renders the scene.
The method first calls the
SceneUpdating event.
If forceRender is false then the scene is rendered only if there are any changes in the Scene or SceneView.
If forceUpdate is true then the RenderingLayers are always regenerated (otherwise RenderingLayers are regenerated only when this is required because the changes require that).
Namespace: Ab4d.SharpEngine.WpfAssembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic void RenderScene(
bool forceRender = true,
bool forceUpdate = false
)
Parameters
- forceRender Boolean (Optional)
- if true then scene is rendered even if there are no scene changes. Default value is true.
- forceUpdate Boolean (Optional)
- if true then the RenderingLayers are always regenerated (otherwise RenderingLayers are regenerated only when this is required because the changes require that). Default value is false.
Implements
ISharpEngineSceneViewRenderScene(Boolean, Boolean)
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.RenderScene(System.Boolean,System.Boolean)"]
See Also