ScriptableObject.CreateInstancestatic function CreateInstance (className : String) : ScriptableObjectDescriptionCreates an instance of a scriptable object with className. static function CreateInstance (type : Type) : ScriptableObjectDescriptionCreates an instance of a scriptable object with type. static function CreateInstance.<T> () : TDescriptionCreates an instance of a scriptable object with T. |
