Property CurrentFrame
CurrentFrame
Gets the source AnimatedTilemapFrame element for the current animation frame.
public AnimatedTilemapFrame CurrentFrame { get; }
Property Value
Exceptions
- InvalidOperationException
Thrown if no AnimatedTilemapFrame elements have been added to this AnimatedTilemap prior to accessing this property.