Click or drag to resize

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
C#
public static bool IsRegisteredInScene<T>(
	Scene scene
)
Request Example View Source

Parameters

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: Boolean
True if registered, false otherwise.
See Also