Click or drag to resize
Ab4d.SharpEngine logo

GroupNodeForEachChildT(ActionT) Method

Executes the specified Action for all child SceneNodes of type T and their children.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void ForEachChild<T>(
	Action<T> childNodeFoundAction
)
where T : SceneNode

Parameters

childNodeFoundAction  ActionT
Action to executed

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.ForEachChild``1(System.Action{``0})"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.ForEachChild``1(System.Action{``0})"]

See Also