Package com.github.stephengold.joltjni
Class BodyManagerDrawSettings
java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.BodyManagerDrawSettings
- All Implemented Interfaces:
ConstJoltPhysicsObject,AutoCloseable,Comparable<ConstJoltPhysicsObject>
Render settings for debug visualization. (native type:
BodyManager::DrawSettings)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.stephengold.joltjni.JoltPhysicsObject
close, compareTo, equals, hasAssignedNativeObject, hashCode, ownsNativeObject, setVirtualAddress, startCleaner, toString, va
-
Constructor Details
-
BodyManagerDrawSettings
public BodyManagerDrawSettings()Instantiate settings with the default values.
-