csharp
public record class PriorityRungRecordOne 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 NameWhat an author picks it by.
public int ValueThe integer arbitration actually uses.
public string MeaningWhat 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