PlaceTetrominoAction Constructor

Initializes a new instance of the PlaceTetrominoAction class.

Definition

Namespace: ProjectLCore.GameActions
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public PlaceTetrominoAction(
	uint puzzleId,
	TetrominoShape shape,
	BinaryImage position
)

Parameters

puzzleId  UInt32
The ID of the puzzle on which the player wants to place the tetromino.
shape  TetrominoShape
The shape of the tetromino the player wants to place.
position  BinaryImage
The position on the puzzle where the player wants to place the tetromino.

See Also