|
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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public 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