Skip to main content

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

ServiceManager

ServiceProvidersProfile

All the additional non-required systems, features, and managers registered with the Service Manager.

public ServiceProvidersProfile ServiceProvidersProfile { get; }

Property Value

ServiceProvidersProfile

Methods

InitializeServiceManager()

Initializes the ServiceManager associated with this instance.

public void InitializeServiceManager()