CreateInstanceFromType() private static method

private static CreateInstanceFromType ( Type type ) : ScriptableObject
type Type
return ScriptableObject
コード例 #1
0
 public static ScriptableObject CreateInstance(Type type)
 {
     return(ScriptableObject.CreateInstanceFromType(type));
 }