GameObject.SetActiveRecursivelyfunction SetActiveRecursively (state : boolean) : voidDescriptionSets the active state of this and all the game objects children to state.
JavaScript
gameObject.SetActiveRecursively(true); using UnityEngine; import UnityEngine |
