Click or drag to resize
TilesetItem Property
Return a TileBase object describing the tile at the specified tile index in the tileset.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public TileBase this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: TileBase
See Also