static function CreateInstance (className : string) : ScriptableObject
Description描述
Creates an instance of a scriptable object with className.
创建一个名为className的可编写脚本对象的一个实例。
• static function CreateInstance (type : Type) : ScriptableObject
Description描述
Creates an instance of a scriptable object with type.
创建一个type类型的可编写脚本对象的一个实例。