Singleton<T>.SetUp
Method in Singleton<T>
Declaration
protected virtual void SetUp()
Description
Handles initializing the singleton on Awake. This function should be used in replacement of Awake.
protected virtual void SetUp()
Handles initializing the singleton on Awake. This function should be used in replacement of Awake.