Class GlobalServiceManager
Namespace: RealityCollective.ServiceFramework
public class GlobalServiceManager : MonoBehaviour
Inheritance
MonoBehaviour ← GlobalServiceManager
Fields
DefaultGameObjectName
public const string DefaultGameObjectName = "GlobalServiceManager"
Field Value
string
Properties
Manager
public ServiceManager Manager { get; }
Property Value
ServiceProvidersProfile
All the additional non-required systems, features, and managers registered with the Service Manager.
public ServiceProvidersProfile ServiceProvidersProfile { get; }
Property Value
Methods
InitializeServiceManager()
Initializes the ServiceManager associated with this instance.
public void InitializeServiceManager()