Class States
- Namespace
- ConfigurableWarning.API.State
- Assembly
- RedstoneWizard08.ContentLibrary.dll
State helpers.
public static class States
- Inheritance
-
States
- Inherited Members
Fields
Bools
Boolean states.
public static readonly StateHolder<bool> Bools
Field Value
Enums
Enum states.
public static readonly EnumStateHolder Enums
Field Value
Floats
Float states.
public static readonly StateHolder<float> Floats
Field Value
Ints
Int states.
public static readonly StateHolder<int> Ints
Field Value
Keys
KeyCode states.
public static readonly StateHolder<KeyCode> Keys
Field Value
- StateHolder<KeyCode>
Strings
String states.
public static readonly StateHolder<string> Strings