Ignition / GameObjectHelpers

Namespace Playniax.Ignition

Script can be found in Assets/Playniax/Framework/Ignition/Framework/Core/Scripts/GameObjectHelpers.cs

Class GameObjectHelpers

Description

A collection of functions for GameObjects.

Public MethodsDescription
static void SetActiveChildren(GameObject parent, bool value)Activates or Deactivates the children in the GameObject, depending on the given true or false value.