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 = 2
More than one instance was found in the open scenes.
FoundNone = 0
No instance was found in the open scenes.
FoundOne = 1
A single instance was found in the open scenes.