rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-common
/
io.github.aecsocket.rattle.world
/
SimpleBodies
/
Settings
/
ForGeometry
For
Geometry
@
ConfigSerializable
data
class
ForGeometry
(
val
item
:
ItemDesc
=
ItemDesc(ItemType.Keyed(Key.key("minecraft", "stone")))
,
val
scale
:
FVec3
=
FVec3.one
)
Members
Constructors
For
Geometry
Link copied to clipboard
constructor
(
item
:
ItemDesc
=
ItemDesc(ItemType.Keyed(Key.key("minecraft", "stone")))
,
scale
:
FVec3
=
FVec3.one
)
Properties
item
Link copied to clipboard
val
item
:
ItemDesc
scale
Link copied to clipboard
val
scale
:
FVec3