Click or drag to resize
SpriteBase.TouchedTiles Field
A collection of tiles being processed by TouchTiles(TileCategoryName) and other rules related to tile interactions.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
[NonSerializedAttribute]
public List<SpriteBase. TouchedTile> TouchedTiles

Field Value

Type: List<SpriteBase.TouchedTile>
Remarks
TouchTiles(TileCategoryName) populates this object, and other touch-functions then process the data about tiles that the sprite is touching stored in this object. It's not usually necessary to refer to this object directly.
See Also