Click or drag to resize
AB4D logo

SceneNodeNotifyAllParentSceneNodesChange Method

Add the changeType to all parent SceneNodes. This does not change this SceneNode's dirty flags.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void NotifyAllParentSceneNodesChange(
	SceneNodeSceneNodeDirtyFlags changeType,
	bool updateOnlyUntilSetFlag = true
)

Parameters

changeType  SceneNodeSceneNodeDirtyFlags
SceneNodeDirtyFlags
updateOnlyUntilSetFlag  Boolean  (Optional)
if true, than setting the flag is stopped when a parent with already set flag is found
See Also