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
namestringThe name to assign the AnimatedTilemap.
isLoopingboolIndicates whether the animation for the AnimatedTilemap should loop
isReversedboolIndicates whether the frames for the AnimatedTilemap should play in reverse order.
isPingPongboolIndicates whether the animation for this AnimatedTilemap should ping-pong once reaching the last frame of animation