rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-common
/
io.github.aecsocket.rattle.world
/
TerrainCollision
/
Tile
Tile
data
class
Tile
(
val
layerId
:
Int
,
val
shapes
:
List
<
Compound.Child
>
)
Members
Constructors
Tile
Link copied to clipboard
constructor
(
layerId
:
Int
,
shapes
:
List
<
Compound.Child
>
)
Properties
layer
Id
Link copied to clipboard
val
layerId
:
Int
shapes
Link copied to clipboard
val
shapes
:
List
<
Compound.Child
>