Show / Hide Table of Contents

Method RemovePiece

| Edit this page View Source

RemovePiece(string)

Remove a custom piece by its name.
Declaration
public void RemovePiece(string pieceName)
Parameters
Type Name Description
string pieceName Name of the piece to remove.
| Edit this page View Source

RemovePiece(CustomPiece)

Remove a custom piece by its ref.
Declaration
public void RemovePiece(CustomPiece piece)
Parameters
Type Name Description
CustomPiece piece CustomPiece to remove.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾