| ServiceLocatorIsRegisteredInSceneT Method (Scene) |
Checks whether there's registered a scene-specific resolver for a specific type in the specified 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>(
Scene scene
)
Request Example
View SourceParameters
- scene
- Type: Scene
[Missing <param name="scene"/> documentation for "M:Archon.SwissArmyLib.Utils.ServiceLocator.IsRegisteredInScene``1(UnityEngine.SceneManagement.Scene)"]
Type Parameters
- T
- The type to check if registered.
Return Value
Type:
BooleanTrue if registered, false otherwise.
See Also