Board
Board.Input.BoardContactPhaseExtensions
BoardContactPhaseExtensions.IsActive(this BoardContactPhase) Method
Gets a value that indicates whether the phase indicates that a contact is ongoing.
public static bool IsActive(this Board.Input.BoardContactPhase phase);
Parameters
phase BoardContactPhase
The contact phase.
Returns
System.Boolean
true if phase indicates a contact that is ongoing; otherwise, false.