InvalidTetrominoConfigurationFail Class

The player tried to place a tetromino, but the given configuration doesn't match its shape. This failure can be produced by the PlaceTetrominoAction or MasterAction.

Definition

Namespace: ProjectLCore.GameActions.Verification
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public class InvalidTetrominoConfigurationFail : VerificationFailure
Inheritance
Object    VerificationResult    VerificationFailure    InvalidTetrominoConfigurationFail

Constructors

InvalidTetrominoConfigurationFail Initializes a new instance of the InvalidTetrominoConfigurationFail class.

Properties

Configuration The configuration of the tetromino.
Message A description of the failure. Specifies the type of the tetromino and its configuration.
(Overrides VerificationFailureMessage)
Shape The type of the tetromino.

See Also