Skip to content

TilemapObject.FlipVertical Property

Definition

Namespace: Brine2D.Tilemap

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

C#
public bool FlipVertical { get; set; }

Property Value

System.Boolean