Class EStateRecorderState
java.lang.Object
com.github.stephengold.joltjni.enumerate.EStateRecorderState
Bitmasks to select which components of a
PhysicsSystem
should be
saved.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
save all statestatic final int
save the bodiesstatic final int
save the constraintsstatic final int
save the contactsstatic final int
save the global state, including gravity and timestepstatic final int
save nothing -
Method Summary
-
Field Details
-
None
public static final int Nonesave nothing- See Also:
-
Global
public static final int Globalsave the global state, including gravity and timestep- See Also:
-
Bodies
public static final int Bodiessave the bodies- See Also:
-
Contacts
public static final int Contactssave the contacts- See Also:
-
Constraints
public static final int Constraintssave the constraints- See Also:
-
All
public static final int Allsave all state- See Also:
-