Skip to content

TilemapObject.FlipHorizontal Property

Definition

Namespace: Brine2D.Tilemap

Whether this tile object is flipped horizontally. Always false for non-tile objects.

C#
public bool FlipHorizontal { get; set; }

Property Value

System.Boolean