Table of Contents

Class SimpleManager

Namespace
CodeBase.PreserveObjects
Assembly
4Experience.CodeBase.PreserveObjects.Runtime.dll
public class SimpleManager : SingletonMonoBehaviour<SimpleManager>, IManager
Inheritance
Object
Component
Behaviour
MonoBehaviour
SimpleManager
Implements
Inherited Members
Extension Methods

Methods

Initialize()

Method called when a Singleton instance is created within the Awake callback. It is used to override the initialization behavior.

protected override void Initialize()