GifFrame constructor

GifFrame(
  1. Duration duration,
  2. GTexture texture
)

Creates a new instance of the GifFrame class with the specified duration and texture.

Implementation

GifFrame(this.duration, this.texture);