ServiceLocatorRegisterTransientForScene Method |
Name | Description | |
---|---|---|
RegisterTransientForSceneT |
Registers scene-specific a concrete transient type.
A new instance of the given type will be returned each time it is resolved.
Remarks The resolver is registered for the active scene according to GetActiveScene. | |
RegisterTransientForSceneTAbstract, TConcrete |
Registers a scene-specific concrete transient type to return new instances of when the abstract type
TAbstract is resolved.
Remarks The resolver is registered for the active scene according to GetActiveScene. | |
RegisterTransientForSceneT(FuncT) |
Registers a scene-specific concrete transient type to return new instances of when T is
resolved.
The specified resolver will be used for producing the instances.
Remarks The resolver is registered for the active scene according to GetActiveScene. | |
RegisterTransientForSceneTAbstract, TConcrete(FuncTConcrete) |
Registers a scene-specific concrete transient type to return new instances of when the abstract type
TAbstract is resolved.
The specified resolver will be used for producing the instances.
Remarks The resolver is registered for the active scene according to GetActiveScene. | |
RegisterTransientForSceneT(Scene) |
Registers scene-specific a concrete transient type.
A new instance of the given type will be returned each time it is resolved.
| |
RegisterTransientForSceneTAbstract, TConcrete(Scene) |
Registers a scene-specific concrete transient type to return new instances of when the abstract type
TAbstract is resolved.
| |
RegisterTransientForSceneT(FuncT, Scene) |
Registers a scene-specific concrete transient type to return new instances of when T is
resolved.
The specified resolver will be used for producing the instances.
| |
RegisterTransientForSceneTAbstract, TConcrete(FuncTConcrete, Scene) |
Registers a scene-specific concrete transient type to return new instances of when the abstract type
TAbstract is resolved.
The specified resolver will be used for producing the instances.
|