csharp
public readonly record struct TransitionRuleOne line of the transition table: what it applies to, and what happens.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public FacetPredicate FromWhat the outgoing move must say.
public FacetPredicate ToWhat the incoming move must say.
public TransitionSpec SpecWhat happens.
Methods (1)
public TransitionRule(FacetPredicate From, FacetPredicate To, TransitionSpec Spec)One line of the transition table: what it applies to, and what happens.
Used by (4)
- MoveTransitionTestsVixen.Animation.Tests
- RuleTransitionPolicyVixen.Animation
- TransitionRuleRecordVixen.Animation
- MoveSetImporterTestsVixen.Editor.Assets.Tests