Vixen
02b45cc4
csharp
public readonly record struct TransitionSpec

One entry of a transition declaration.

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

Fields and properties (4)

  • public int Property

    The interned property it transitions, or None for all.

  • public float Duration

    How long, in seconds.

  • public float Delay

    How long to wait first, in seconds.

  • public TimingFunction Timing

    The easing.

Methods (1)

  • public TransitionSpec(int Property, float Duration, float Delay, TimingFunction Timing)

    One entry of a transition declaration.

Used by (3)

  • AnimatorVixen.Ui.Styling
  • TransitionParserVixen.Ui.Styling
  • TransitionTestsVixen.Ui.Styling.Tests