csharp
public readonly record struct InspectorRangeThe bounds a numeric member is edited within.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public double MinimumThe low end.
public double MaximumThe high end.
public double StepHow far one nudge moves it, or zero for continuous.
public bool LogarithmicWhether the slider's travel is logarithmic.
Methods (1)
public InspectorRange(double Minimum, double Maximum, double Step, bool Logarithmic)The bounds a numeric member is edited within.
Used by (4)
- DescriptorTestsVixen.Editor.Inspector.Tests
- InspectorMemberVixen.Editor.Inspector
- NumberDrawerVixen.Editor.Inspector
- ReflectedMemberVixen.Editor.Inspector