Version: 2022.1
언어: 한국어

Tilemap.SetAnimationFrame

매뉴얼로 전환
public void SetAnimationFrame (Vector3Int position, int frame);

파라미터

position The grid cell position.
frame The animation frame to set to.

설명

Sets the current animation frame 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. This will set the animation time of the Tile to the beginning of the animation frame.