Lemmings
Remappable Gestures For Unity
Loading...
Searching...
No Matches
Lemmings.UI.MetricSettingInfo Class Reference

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.

Detailed Description

A single metric‐setting slot.
Right now it’s a stub—you’ll add real fields once you know what each metric needs.


The documentation for this class was generated from the following file:
  • Assets/Lemmings/Scripts/UI/LemmingUIUtilities.cs