public class PlaceTetrominoAction : GameAction
PlaceTetrominoAction | Initializes a new instance of the PlaceTetrominoAction class. |
Position | The position on the puzzle where the player wants to place the tetromino. |
PuzzleId | The ID of the puzzle on which the player wants to place the tetromino. |
Shape | The shape of the tetromino the player wants to place. |
Accept |
Accepts the specified visitor by calling the appropriate method.
(Inherited from GameAction) |
AcceptAsync |
Asynchronously accepts the specified visitor by calling the appropriate method.
(Inherited from GameAction) |
ToString | Converts to string. Specifies the shape, puzzle ID and position of the tetromino. (Overrides ObjectToString) |