PhysicsBox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
PhysicsBox
PhysicsBox
/
dev.zinchenko.physicsbox
/
PhysicsDebugConfig
Physics
Debug
Config
@
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
Members
Constructors
Physics
Debug
Config
Link copied to clipboard
constructor
(
enabled
:
Boolean
=
false
,
drawBodies
:
Boolean
=
false
,
drawBounds
:
Boolean
=
false
,
drawContacts
:
Boolean
=
false
)
Properties
draw
Bodies
Link copied to clipboard
val
drawBodies
:
Boolean
draw
Bounds
Link copied to clipboard
val
drawBounds
:
Boolean
draw
Contacts
Link copied to clipboard
val
drawContacts
:
Boolean
enabled
Link copied to clipboard
val
enabled
:
Boolean