ServiceLocatorRegisterSingletonForScene Method |
Name | Description | |
---|---|---|
RegisterSingletonForSceneT |
Registers a scene-specific concrete singleton of the given type.
Remarks The resolver is registered for the active scene according to GetActiveScene. | |
RegisterSingletonForSceneTAbstract, 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. | |
RegisterSingletonForSceneT(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. | |
RegisterSingletonForSceneTAbstract, 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. | |
RegisterSingletonForSceneT(Scene) |
Registers a scene-specific concrete singleton of the given type.
| |
RegisterSingletonForSceneTAbstract, TConcrete(Scene) |
Registers a scene-specific concrete singleton of the type TConcrete for the abstract type
TAbstract.
| |
RegisterSingletonForSceneT(T, Scene) |
Registers a specific instance to be a scene-specific singleton for its concrete type.
| |
RegisterSingletonForSceneTAbstract, TConcrete(TConcrete, Scene) |
Registers a specific instance to be a scene-specific singleton for the abstract type.
|