 |
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.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
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