Click or drag to resize
Ab4d.SharpEngine logo

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.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
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

Boolean
true when a new frame was rendered
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneView.Render(System.Boolean,System.Boolean,System.Boolean)"]

See Also