Table of Contents

Class Frame

Namespace
DotTiled
Assembly
DotTiled.dll

A single frame of an animated tile.

public class Frame
Inheritance
Frame
Inherited Members

Properties

Duration

How long (in milliseconds) this frame should be displayed before advancing to the next frame.

public required uint Duration { get; set; }

Property Value

uint

TileID

The local tile ID within the parent tileset.

public required uint TileID { get; set; }

Property Value

uint