s&box docs

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.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.IHotloadManaged

On this page