Animation.this

Animation object constructor.

class Animation
@safe
this
(
float speed = 0.0f
,
bool isRepeat = false
)

Parameters

speed float

Animation speed. How many ticks to skip for the next frame.

isRepeat bool

Whether to repeat the animation.

Meta