| ServiceLocatorIsRegisteredInSceneT Method |
Checks whether there's registered a scene-specific resolver for a specific type in the currently active scene.
Namespace:
Archon.SwissArmyLib.Utils
Assembly:
Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool IsRegisteredInScene<T>()
Request Example
View SourceType Parameters
- T
- The type to check if registered.
Return Value
Type:
BooleanTrue if registered, false otherwise.
See Also