Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ScriptableObject.CreateInstance

Switch to Manual
public static function CreateInstance(className: string): ScriptableObject;

Parameters

Description

Creates an instance of a scriptable object with className.


public static function CreateInstance(type: iOS.ADBannerView.Type): ScriptableObject;

Parameters

Description

Creates an instance of a scriptable object with type.


public static function CreateInstance(): T;

Description

Creates an instance of a scriptable object with T.