![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
Apply this interface to a tile if it should respond to a ZoneAction as a target. Note that this inteface inherits from a particular ITpMessaging interface. More...


Properties | |
| bool | AcceptsZoneAction [get] |
| Is this tile a valid target? | |
Additional Inherited Members | |
| Public Member Functions inherited from TilePlus.ITpMessaging< in T > | |
| void | MessageTarget (T sentPacket) |
| Send a message of type T. | |
| bool | CanAcceptMessage () |
| Optional "are you ready?" method that can be used in filtering prior to sending a message. Useful in some edge cases. Override in implementation if necc. NOTE this is NOT checked internally somehow. You have to use a filter and test this. | |
Apply this interface to a tile if it should respond to a ZoneAction as a target. Note that this inteface inherits from a particular ITpMessaging interface.
|
get |
Is this tile a valid target?
Consider a backing field with public toggle if you'd ever want to turn this on/off on a per-tile basis
Implemented in TilePlus.TpSlideShow.