ScriptableObject.CreateInstance Manual     Reference     Scripting  
Scripting > Runtime Classes > ScriptableObject
ScriptableObject.CreateInstance

static function CreateInstance (className : String) : ScriptableObject

Description

Creates an instance of a scriptable object with className.

static function CreateInstance (type : Type) : ScriptableObject

Description

Creates an instance of a scriptable object with type.

static function CreateInstance.<T> () : T

Description

Creates an instance of a scriptable object with T.