Skip to content

TileProperties Class

Definition

Namespace: Brine2D.Tilemap

C#
public class TileProperties

Inheritance System.Object → TileProperties

Properties
IsOneWayPlatform Passable from below; blocks only from above. Set in Tiled via a boolean custom property named onewayplatform or isOneWayPlatform. Used by GenerateOneWayPlatformRects\(string\) and MergeOneWayPlatformRects\(string\).
IsSolid Set this to true in Tiled via a boolean custom property named solid or isSolid. Used by GenerateCollisionRects\(string\) and MergeCollisionRects\(string\).