Version: 2021.3

Tilemap.SetAnimationTime

切换到手册
public void SetAnimationTime (Vector3Int position, float time);

参数

position The grid cell position.
time The running animation time in seconds.

描述

Sets the running animation time for a Tile at the given position.

Use this to set the running animation of a Tile at the given position to a particular frame of the animation or to synchronize the animation time between different Tiles.