 |
SceneViewRender Method |
Render method checked the dirty flags of this SceneView and the
Scene and when there are some changes rendered the next frame.
Rendering cna be forced by setting forceRender to true.
Namespace: Ab4d.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic bool Render(
bool forceRender = false,
bool forceUpdateAll = false,
bool cleanup = true
)
Parameters
- forceRender Boolean (Optional)
- when false (by default) then next frame is rendered only when there are some changes in this SceneView and the Scene.
- forceUpdateAll Boolean (Optional)
- when false (by default) then all SceneNode objects are updated only when there Scene's dirty flags are not None.
- cleanup Boolean (Optional)
- when true (false by default) then cleanup is preformed
Return Value
Booleantrue when a new frame was rendered
See Also