TileProperties Class
Definition
Namespace: Brine2D.Tilemap
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\). |