Table of Contents

Class Destructor

Namespace
Switchboard
Assembly
Switchboard.DependencyInjection.dll

A MonoBehaviour that invokes a Destroyed event when OnDestroy() is called.

[DefaultExecutionOrder(32000)]
public sealed class Destructor : MonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
Destructor

Events

Destroyed

The event invoked when OnDestroy() is called.

public event Action Destroyed