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
- durationTimeSpan
- The duration to assign the AnimatedTilemapFrame created. 
Returns
- AnimatedTilemapFrame
- The AnimatedTilemapFrame created.