Vixen
02b45cc4
csharp
public sealed class CurveAttribute

Edits the member as a curve rather than as whatever its fields are.

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

As a annotation

Valid on
Property, Field

Remarks

An animation curve is a list of keys with tangents, and the generic editor for that is a list of four-float rows nobody can read. The attribute is what says "this list is a shape".

Fields and properties (2)

  • public float Minimum

    The lowest value the vertical axis shows.

  • public float Maximum

    The highest value the vertical axis shows.

Used by (3)

  • Describes_Vixen_Editor_Inspector_Tests_WaterMaterialVixen.Editor.Inspector.Tests
  • DrawerRegistryVixen.Editor.Inspector
  • WaterMaterialVixen.Editor.Inspector.Tests