Version: 2021.3

Tilemap.GetAnimationFrame

切换到手册
public int GetAnimationFrame (Vector3Int position);

参数

position 网格单元格位置。

返回

int Returns the current animation frame. Returns -1 when there is no animation for the Tile at the given position.

描述

Retrieves the current animation frame for a Tile at the given position.

This method returns the current animation frame for a Tile at the given position. If there is no animation for the Tile at the given position, then this returns -1.