 |
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: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
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