Method CreateFrame
CreateFrame(TimeSpan)
Creates and adds a new AnimatedTilemapFrame element as the next frame of animation in this AnimatedTilemap.
public AnimatedTilemapFrame CreateFrame(TimeSpan duration)
Parameters
durationTimeSpanThe duration to assign the AnimatedTilemapFrame created.
Returns
- AnimatedTilemapFrame
The AnimatedTilemapFrame created.