Version: 2022.2
언어: 한국어

Tilemap.GetAnimationFrameCount

매뉴얼로 전환
public int GetAnimationFrameCount (Vector3Int position);

파라미터

position Grid cell position.

반환

int Returns the number of animation frames. Returns 0 when there is no animation for the Tile at the given position.

설명

Retrieves the number of animation frames for a Tile at the given position.

Returns 0 if there is no animation for a Tile at the given position.