Class RuntimeObject
Base class for most of the Scriptable Framework API. These object types that will be reset on application start.
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public abstract class RuntimeObject : ScriptableObject
Methods
Clear()
Clear the object of its current data.
Declaration
public abstract void Clear()
Reset()
Set the object to use its default value. Usually just clears it.
Declaration
public abstract void Reset()