Settings

@ConfigSerializable
data class Settings(val renderInterpolationDuration: Int = 2, val box: SimpleBodies.Settings.ForGeometry = ForGeometry(), val sphere: SimpleBodies.Settings.ForGeometry = ForGeometry())

Constructors

Link copied to clipboard
constructor(renderInterpolationDuration: Int = 2, box: SimpleBodies.Settings.ForGeometry = ForGeometry(), sphere: SimpleBodies.Settings.ForGeometry = ForGeometry())

Types

Link copied to clipboard
@ConfigSerializable
data class ForGeometry(val item: ItemDesc = ItemDesc(ItemType.Keyed(Key.key("minecraft", "stone"))), val scale: FVec3 = FVec3.one)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard