Vixen
02b45cc4
csharp
public readonly record struct InspectorRange

The 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 Minimum

    The low end.

  • public double Maximum

    The high end.

  • public double Step

    How far one nudge moves it, or zero for continuous.

  • public bool Logarithmic

    Whether 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