ShapeNode Constructor
Initializes a new instance of the
ShapeNode class.
Namespace: SimpleAIPlayerAssembly: SimpleAIPlayer (in SimpleAIPlayer.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
public ShapeNode(
TetrominoShape shape,
IReadOnlyList<int> numTetrominosLeft
)
Parameters
- shape TetrominoShape
- The type of the tetromino.
- numTetrominosLeft IReadOnlyListInt32
- The number of tetrominos left in the shared reserve for each TetrominoShape.