TilePlus Version 5
Unity3D Tilemap Extension
Loading...
Searching...
No Matches
TilePlus.IZoneActionTarget Interface Reference

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...

Inheritance diagram for TilePlus.IZoneActionTarget:
Collaboration diagram for TilePlus.IZoneActionTarget:

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.

Detailed Description

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.

Property Documentation

◆ AcceptsZoneAction

bool TilePlus.IZoneActionTarget.AcceptsZoneAction
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.


The documentation for this interface was generated from the following file: