Click or drag to resize
Ab4d.SharpEngine logo

SceneUpdate Method

Update method can be called to update the changed materials and SceneNodes that are attached to the RootNode. This method also clears the DirtyFlags. This method is usually called from SceneView's Render(Boolean, Boolean, Boolean) method. It can be also called before hit-testing to update the scene.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public void Update(
	bool forceUpdateAll = false
)

Parameters

forceUpdateAll  Boolean  (Optional)
when true (false by default), then SceneNodes are updated even when the DirtyFlags indicate that there are no changes in the SceneNodes.
See Also