ServiceLocatorRegisterLazySingletonForScene Method |
Name | Description | |
---|---|---|
RegisterLazySingletonForSceneT |
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. | |
RegisterLazySingletonForSceneTAbstract, 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. | |
RegisterLazySingletonForSceneT(Scene) |
Registers a scene-specific concrete singleton of the given type.
The instance won't be created until the first time it is resolved.
| |
RegisterLazySingletonForSceneTAbstract, 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.
|