Version: 2022.2
언어: 한국어

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.

생성자

ITilemapInitializes and returns an instance of ITilemap.

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.

연산자

ITilemap Tilemap can be implicitly converted to ITilemap.