CreateInstanceFromType() private static method

private static CreateInstanceFromType ( Type type ) : ScriptableObject
type Type
return ScriptableObject
Example #1
0
 public static ScriptableObject CreateInstance(Type type)
 {
     return(ScriptableObject.CreateInstanceFromType(type));
 }