Click or drag to resize

ServiceLocatorRegisterSingletonForScene Method

Overload List
  NameDescription
Public methodStatic memberRegisterSingletonForSceneT
Registers a scene-specific concrete singleton of the given type.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterSingletonForSceneTAbstract, TConcrete
Registers a scene-specific concrete singleton of the type TConcrete for the abstract type TAbstract.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterSingletonForSceneT(T)
Registers a specific instance to be a scene-specific singleton for its concrete type.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterSingletonForSceneTAbstract, TConcrete(TConcrete)
Registers a specific instance to be a scene-specific singleton for the abstract type.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterSingletonForSceneT(Scene)
Registers a scene-specific concrete singleton of the given type.
Public methodStatic memberRegisterSingletonForSceneTAbstract, TConcrete(Scene)
Registers a scene-specific concrete singleton of the type TConcrete for the abstract type TAbstract.
Public methodStatic memberRegisterSingletonForSceneT(T, Scene)
Registers a specific instance to be a scene-specific singleton for its concrete type.
Public methodStatic memberRegisterSingletonForSceneTAbstract, TConcrete(TConcrete, Scene)
Registers a specific instance to be a scene-specific singleton for the abstract type.
Top
See Also