Simplexity Documentation
Piece Constructor |
Initializes a new instance of the Piece class.
Namespace: Simplexity_Game
Assembly: Simplexity_Game (in Simplexity_Game.exe) Version: 1.0.0.0 (1.0.0.0)

public Piece( Color color, Shape shape )
Public Sub New ( color As Color, shape As Shape )
public: Piece( Color color, Shape shape )
new : color : Color * shape : Shape -> Piece
Parameters
- color
- Type: Simplexity_GameColor
[Missing <param name="color"/> documentation for "M:Simplexity_Game.Piece.#ctor(Simplexity_Game.Color,Simplexity_Game.Shape)"]
- shape
- Type: Simplexity_GameShape
[Missing <param name="shape"/> documentation for "M:Simplexity_Game.Piece.#ctor(Simplexity_Game.Color,Simplexity_Game.Shape)"]
