PhysicsDebugConfig

@Immutable
data class PhysicsDebugConfig(val enabled: Boolean = false, val drawBodies: Boolean = false, val drawBounds: Boolean = false, val drawContacts: Boolean = false)

Deprecated

PhysicsBox debug is not implemented yet

Constructors

Link copied to clipboard
constructor(enabled: Boolean = false, drawBodies: Boolean = false, drawBounds: Boolean = false, drawContacts: Boolean = false)

Properties

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