UnityEngine.GameObject.GetComponentsInternal C# (CSharp) 메소드

GetComponentsInternal() 개인적인 메소드

private GetComponentsInternal ( Type type, bool isGenericTypeArray, bool recursive, bool includeInactive ) : UnityEngine.Component[]
type System.Type
isGenericTypeArray bool
recursive bool
includeInactive bool
리턴 UnityEngine.Component[]
		private Component[] GetComponentsInternal(Type type, bool isGenericTypeArray, bool recursive, bool includeInactive){}
		public void SetActive(bool value){}