Click or drag to resize

ServiceLocatorRegisterLazySingletonForScene Method

Overload List
  NameDescription
Public methodStatic memberRegisterLazySingletonForSceneT
Registers a scene-specific concrete singleton of the given type. The instance won't be created until the first time it is resolved.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterLazySingletonForSceneTAbstract, TConcrete
Registers a scene-specific concrete singleton of the type TConcrete for the abstract type TAbstract. The instance won't be created until the first time it is resolved.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterLazySingletonForSceneT(Scene)
Registers a scene-specific concrete singleton of the given type. The instance won't be created until the first time it is resolved.
Public methodStatic memberRegisterLazySingletonForSceneTAbstract, TConcrete(Scene)
Registers a scene-specific concrete singleton of the type TConcrete for the abstract type TAbstract. The instance won't be created until the first time it is resolved.
Top
See Also