ITileCollisionReceiver
Interface in Nostalgia
Description
Tile collision receiver. It will be called by implementing it in TileComponent.
Methods
| Method Name | Description |
|---|---|
| OnCollisionEnter | Called when the Map on which this tile is placed collides. |
| OnCollisionExit | Called when the collision of the Map where this tile is placed ends. |
| OnCollisionStay | Called while the Map on which this tile is placed collides. |