[]
Returns the index of the current tile, relative to a standard scan-line order. This default implementations assumes no tiling, so 0 is always returned.
public virtual int TileIdx { get; }
Type | Description |
---|---|
int | The current tile's index (starts at 0). |