Removes a section of the Background from the desired BlockMap coordinates.
Definition:
BackgroundEntry RemoveFromBackground(Vector3 mapCoordinate)
Return value |
Description |
BackgroundEntry |
The Background entry that was previously assigned to this coordinate. I don't think you'll need to use this, but I had some need of it in the Editor extension. |
Argument |
DataType |
Description |
mapCoordinate |
Vector3 |
The map coordinate from which to remove the Background. |
|
|