Version: 2021.3
言語: 日本語
public int GetAnimationFrame (Vector3Int position);

パラメーター

position Grid cell 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.