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