![]() |
Lemmings
Remappable Gestures For Unity
|
A single metric‐setting slot.
Right now it’s a stub—you’ll add real fields once you know what each metric needs.
More...
Data Fields | |
| string | displayName |
| The label to show in the UI (e.g. “Rotate Around”). | |
| string | description |
| The label to show in the UI (e.g. “Rotate Around”). | |
| SettingType | controlType |
| What kind of control to show: a slider, toggle, dropdown, etc. | |
| float | floatValue |
| For sliders or numeric inputs. | |
| bool | boolValue |
| For on/off toggles. | |
| List< string > | options |
| For dropdowns: list of options. | |
| Vector3 | vector3Value |
| Object | objectReference |
| AnimationCurve | curveValue |
| int | selectedIndex |
| For dropdowns: index of the selected option. | |
A single metric‐setting slot.
Right now it’s a stub—you’ll add real fields once you know what each metric needs.