Table of Contents

Class BaseSingletonMonoBehaviour

Namespace
CodeBase
Assembly
4Experience.CodeBase.Core.Runtime.dll

Base class of Singleton for MonoBehaviour scripts. Used to create a default implementation that should be used. It can be used to create a custom Singleton implementation.

public abstract class BaseSingletonMonoBehaviour : ExtendedMonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
BaseSingletonMonoBehaviour
Derived
Extension Methods

Methods

Awake()

protected virtual void Awake()

OnDestroy()

protected virtual void OnDestroy()