FrameIT
GameObjectExtensions Member List

This is the complete list of members for GameObjectExtensions, including all inherited members.

DestroyAllChildren(this GameObject root)GameObjectExtensionsstatic
ForAllChildren(this GameObject root, Action< GameObject > func_on_child)GameObjectExtensionsstatic
GetDirectChildren(this GameObject root)GameObjectExtensionsstatic
GetNthChild(this GameObject root, IEnumerable< int > pos)GameObjectExtensionsstatic
IsRoot(this GameObject root)GameObjectExtensionsstatic
SetActiveAllChildren(this GameObject root, bool active)GameObjectExtensionsstatic
SetActiveByTagRecursive(this GameObject root, string tag, bool enable)GameObjectExtensionsstatic