 |
GroupNodeForEachChild(ActionSceneNode) Method |
Executes the specified Action for all child SceneNodes and their children.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic void ForEachChild(
Action<SceneNode> childNodeAction
)
Parameters
- childNodeAction ActionSceneNode
- Action to executed
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.ForEachChild(System.Action{Ab4d.SharpEngine.SceneNodes.SceneNode})"]
See Also