Click or drag to resize
SpriteBaseTileChangeTouched Method
Change the tile specified by TouchingIndex that is being touched by the sprite to another tile (requires TouchTiles(TileCategoryName)).

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual void TileChangeTouched(
	int TouchingIndex,
	int NewTileValue
)

Parameters

TouchingIndex
Type: SystemInt32
Refers to a tile in TouchedTiles by index. TileTouchingIndex(Int32, Boolean, Boolean) can be used to acquire this value.
NewTileValue
Type: SystemInt32
Specifies the tileset tile index of the new tile that will appear in place of the specified tile.
See Also