Method RemoveShape
RemoveShape(int)
Deletes the shape whose rank is given from the scene.
Declaration
public void RemoveShape(int shapeRank)
Parameters
| Type | Name | Description |
|---|---|---|
| int | shapeRank | Rank of the shape to delete, starting from 0. |
Deletes the shape whose rank is given from the scene.
public void RemoveShape(int shapeRank)
| Type | Name | Description |
|---|---|---|
| int | shapeRank | Rank of the shape to delete, starting from 0. |