GameObject.GetComponentInChildrenfunction GetComponentInChildren (type : Type) : ComponentDescriptionReturns the component of Type type in the GameObject or any of its children using depth first search. Only active components are returned
JavaScript
var script : ScriptName; using UnityEngine; import UnityEngine function GetComponentInChildren.<T> () : TDescriptionGeneric version. See the Generic Functions page for more details. |
