Class ScriptableRuntimeSingletonLoader
Inheritance
ScriptableRuntimeSingletonLoader
Assembly: Glitch9.dll
Syntax
public static class ScriptableRuntimeSingletonLoader
Methods
|
Edit this page
View Source
ClearCache()
Declaration
public static void ClearCache()
|
Edit this page
View Source
Get(Type, bool)
Declaration
public static ScriptableObject Get(Type type, bool silent = false)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| bool |
silent |
|
Returns
| Type |
Description |
| ScriptableObject |
|
|
Edit this page
View Source
Get<T>(bool)
NOTE: ScriptableObject is created only at runtime.
For editor mode, use ScriptableObjectEditorUtil.
Declaration
public static T Get<T>(bool silent = false) where T : ScriptableObject
Parameters
| Type |
Name |
Description |
| bool |
silent |
|
Returns
Type Parameters