|  | 
| SceneNodeNotifyAllParentSceneNodesChange Method | 
            Add the changeType to all parent SceneNodes.
            This does not change this SceneNode's dirty flags.
            
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
Syntaxpublic void NotifyAllParentSceneNodesChange(
	SceneNodeDirtyFlags changeType,
	bool updateOnlyUntilSetFlag = true
)
Parameters
- changeType  SceneNodeDirtyFlags
- SceneNodeDirtyFlags
- updateOnlyUntilSetFlag  Boolean  (Optional)
- if true, than setting the flag is stopped when a parent with already set flag is found
 See Also
See Also