Version: 2022.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.