Table of Contents

Method IsPingPong

Namespace
MonoGame.Aseprite
Assembly
MonoGame.Aseprite.dll

IsPingPong(bool)

Sets whether the animation should ping-pong once reaching the last frame of animation.

public AnimationTagBuilder IsPingPong(bool isPingPong)

Parameters

isPingPong bool

A value that indicates whether the animation should ping-pong.

Returns

AnimationTagBuilder

This instance of the AnimationTagBuilder class.