Version: 2022.1
言語: 日本語

ITilemap

class in UnityEngine.Tilemaps

マニュアルに切り替える

説明

Class passed onto Tiles when information is queried from the Tiles.

This handles editor preview tiles when painting on a Tilemap in Editor mode.

変数

cellBoundsReturns the boundaries of the Tilemap in cell size.
localBoundsReturns the boundaries of the Tilemap in local space size.
originThe origin of the Tilemap in cell position.
sizeThe size of the Tilemap in cells.

Public 関数

GetColorGets the color of a Tile given the XYZ coordinates of a cell in the Tilemap.
GetComponentReturns the component of type T if the GameObject of the tile map has one attached, null if it doesn't.
GetSpriteGets the Sprite used in a Tile given the XYZ coordinates of a cell in the Tilemap.
GetTileGets the Tile at the given XYZ coordinates of a cell in the Tilemap.
GetTileFlagsGets the Tile Flags of the Tile at the given position.
GetTransformMatrixGets the transform matrix of a Tile given the XYZ coordinates of a cell in the Tilemap.
RefreshTileRefreshes a Tile at the given XYZ coordinates of a cell in the :Tilemap.