|
SceneNodeNotifyAllChildSceneNodesChange Method |
Add the changeType to all child SceneNodes.
This does not change this SceneNode's dirty flags.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void NotifyAllChildSceneNodesChange(
SceneNodeSceneNodeDirtyFlags changeType,
bool updateOnlyUntilSetFlag = true
)
Parameters
- changeType SceneNodeSceneNodeDirtyFlags
- SceneNodeDirtyFlags
- updateOnlyUntilSetFlag Boolean (Optional)
- if true, than setting the flag is stopped when a child with already set flag is found
See Also