| Class | Description |
---|
| CheckboxComponent |
The component we use by default when we're dealing with booleans
|
| ColourComponent |
The component we use when we're looking to select colours (uints)
|
| ComboBoxComponent |
The component we use when we're using static consts to edit our variable
|
| ComponentFactory |
The ComponentFactory will give us a component based on the type of variable we're looking at
|
| GOEComponent |
The base class for a Game Object Editor component
|
| InputComponent |
The component we use when we're looking to edit Strings
|
| SliderComponent |
The component we use when we're looking to edit number values using a slider
rather than a stepper
|
| StepperComponent |
The default component we use to edit Numbers, ints and uints
|
| WatchComponent |
The component we use when we want to just watch a variable, or when we try to
edit a variable that's just read-only
|