Click or drag to resize
SpriteBaseTouchedTiles 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<SpriteBaseTouchedTile> TouchedTiles

Field Value

Type: ListSpriteBaseTouchedTile
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