Enum Singleton.FindResult
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
The result of the search for an instance of the singleton.
[Version(3, 0, 0)]
public enum Singleton.FindResult
- Extension Methods
Fields
FoundMoreThanOne = 2More than one instance was found in the open scenes.
FoundNone = 0No instance was found in the open scenes.
FoundOne = 1A single instance was found in the open scenes.