Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Returns the TileBase indexed in the Tilemap.TileArray.
Read time 1 minuteLast updated 6 days ago

Definition

this[int]

public TileBase this[int index] { get; set; }

Parameters

index

Returns

Type

Description

TileBase