UnityEngine.Component.GetComponentsWithCorrectReturnType C# (CSharp) Méthode

GetComponentsWithCorrectReturnType() private méthode

private GetComponentsWithCorrectReturnType ( Type type ) : UnityEngine.Component[]
type Type
Résultat UnityEngine.Component[]
		private Component[] GetComponentsWithCorrectReturnType(Type type){}
		public T[] GetComponents(){}