UnityEngine.ScriptableObject.CreateInstance C# (CSharp) Метод

CreateInstance() публичный статический Метод

public static CreateInstance ( Type type ) : ScriptableObject
type Type
Результат ScriptableObject
		public static ScriptableObject CreateInstance(Type type){}
		private static ScriptableObject CreateInstanceFromType(Type type){}

Same methods

ScriptableObject::CreateInstance ( string className ) : ScriptableObject
ScriptableObject::CreateInstance ( ) : T