Tilemap.GetAnimationFrame

Declaration

public int GetAnimationFrame(Vector3Int position);

Parameters

position Grid cell position.

Returns

int Returns the current animation frame. Returns -1 when there is no animation for the Tile at the given position.

Description

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.


Did you find this page useful? Please give it a rating: