Java com.badlogic.gdx.maps.tiled.tiles AnimatedTiledMapTile fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.maps.tiled.tiles AnimatedTiledMapTile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.maps.tiled.tiles AnimatedTiledMapTile.

The text is from its open source code.

Constructor

AnimatedTiledMapTile(float interval, Array frameTiles)
Creates an animated tile with the given animation interval and frame tiles.
AnimatedTiledMapTile(LongArray intervals, Array frameTiles)
Creates an animated tile with the given animation intervals and frame tiles.

Method