Version: 2021.3

Tilemap.SetColliderType

切换到手册
public void SetColliderType (Vector3Int position, Tilemaps.Tile.ColliderType colliderType);

参数

position 瓦片在 Tilemap 上的位置。
colliderType Collider type to set the Tile to at the XYZ coordinate.

描述

Sets the Collider type of a Tile given the XYZ coordinates of a cell in the Tilemap.

请参阅可编程瓦片瓦片地图以了解更多信息。