Skip to content

TilemapObject.FlipDiagonal Property

Definition

Namespace: Brine2D.Tilemap

Whether this tile object has the anti-diagonal flip applied \(Tiled's 90\-degree rotation encoding\). Always false for non-tile objects.

C#
public bool FlipDiagonal { get; set; }

Property Value

System.Boolean