Vixen
02b45cc4
csharp
public readonly record struct CurveUsage

How a curve member is edited.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public float Minimum

    The lowest value the vertical axis shows.

  • public float Maximum

    The highest.

Methods (1)

  • public CurveUsage(float Minimum, float Maximum)

    How a curve member is edited.

Used by (2)

  • DescriptorTestsVixen.Editor.Inspector.Tests
  • InspectorMemberVixen.Editor.Inspector