API ReferenceSandbox
public abstract interface Sandbox.IHotloadManaged
During hotloads, instances of types implementing this interface will be notified when they get replaced.
Methods
Showing 4 methods
public virtual void Created(System.Collections.Generic.IReadOnlyDictionary`2<string,object> state)
Implementations
public virtual void Destroyed(System.Collections.Generic.Dictionary`2<string,object> state)
Implementations
public virtual void Failed()
Called when this instance could not be upgraded during a hotload, and any references to it have been replaced with null. This is a good time to clean up any unmanaged resources related to this instance.
public virtual void Persisted()
Called when this instance is about to be processed, but not replaced.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.IHotloadManaged |