Click or drag to resize

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

Type Parameters

T
The type to check if registered.

Return Value

Type: Boolean
True if registered, false otherwise.
See Also