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
- namestring
- The name to assign the AnimatedTilemap. 
- isLoopingbool
- Indicates whether the animation for the AnimatedTilemap should loop 
- isReversedbool
- Indicates whether the frames for the AnimatedTilemap should play in reverse order. 
- isPingPongbool
- Indicates whether the animation for this AnimatedTilemap should ping-pong once reaching the last frame of animation