Constructor AnimatedTilemap
AnimatedTilemap(string, bool, bool, bool)
Initializes a new instance of the AnimatedTilemap class.
public AnimatedTilemap(string name, bool isLooping = true, bool isReversed = false, bool isPingPong = false)
Parameters
name
stringThe name to assign the AnimatedTilemap.
isLooping
boolIndicates whether the animation for the AnimatedTilemap should loop
isReversed
boolIndicates whether the frames for the AnimatedTilemap should play in reverse order.
isPingPong
boolIndicates whether the animation for this AnimatedTilemap should ping-pong once reaching the last frame of animation