Vixen
02b45cc4
csharp
public record class PriorityRungRecord

One named rung of a project's priority ladder.

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

Fields and properties (3)

  • public string Name

    What an author picks it by.

  • public int Value

    The integer arbitration actually uses.

  • public string Meaning

    What choosing it says, in a sentence somebody can read.

Methods (2)

  • public PriorityRungRecord(string Name, int Value, string Meaning)

    One named rung of a project's priority ladder.

  • public PriorityRungRecord()

    A record with nothing filled in.

Used by (6)

  • PriorityLadderVixen.Animation
  • PriorityLadderContentVixen.Animation
  • TypeRegistrationVixen.Animation
  • Vixen_Animation_Constraints_PriorityLadderContentSerializerVixen.Animation
  • Vixen_Animation_Constraints_PriorityRungRecordSerializerVixen.Animation
  • PriorityLadderImporterVixen.Editor.Assets