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