C# Class UnityEngine.ScriptableObject

Inheritance: Object
ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
CreateInstance ( Type type ) : ScriptableObject
CreateInstance ( string className ) : ScriptableObject
CreateInstance ( ) : T
ScriptableObject ( )
SetDirty ( ) : void

Private Methods

Method Description
CreateInstanceFromType ( Type type ) : ScriptableObject
INTERNAL_CALL_SetDirty ( ScriptableObject self ) : void
Internal_CreateScriptableObject ( ScriptableObject self ) : void

Method Details

CreateInstance() public static method

public static CreateInstance ( Type type ) : ScriptableObject
type Type
return ScriptableObject

CreateInstance() public static method

public static CreateInstance ( string className ) : ScriptableObject
className string
return ScriptableObject

CreateInstance() public static method

public static CreateInstance ( ) : T
return T

ScriptableObject() public method

public ScriptableObject ( )

SetDirty() public method

public SetDirty ( ) : void
return void