Skip to content
Version 2.11.0
↓ Get the launcher

PhaseChange structure

Payload for PhaseChanged. Carries both ends of the transition so a plugin needn’t track the previous phase itself.

public struct PhaseChange : IEquatable<PhaseChange>
parameter description
From The phase before the transition.
To The phase after the transition.
name description
PhaseChange(…) Payload for PhaseChanged. Carries both ends of the transition so a plugin needn’t track the previous phase itself.
From { get; set; } The phase before the transition.
To { get; set; } The phase after the transition.