Interfaces
Type Name | Description |
---|---|
IComponentProcessor | Interface for Editor processing such as Undo. Used with ComponentUtility. |
ITileCallbackReceiver | Tile callback receiver. It will be called by implementing it in TileComponent. |
ITileColliderCombinable | An interface that indicates that Colliders can be combined. Implement and use it in the inherited class of TileColliderBase. |
ITileCollisionReceiver | Tile collision receiver. It will be called by implementing it in TileComponent. |