Class EStateRecorderState
java.lang.Object
com.github.stephengold.joltjni.enumerate.EStateRecorderState
Bitmasks to select which components of a 
PhysicsSystem should be
 saved.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intsave all statestatic final intsave the bodiesstatic final intsave the constraintsstatic final intsave the contactsstatic final intsave the global state, including gravity and timestepstatic final intsave nothing
- 
Method Summary
- 
Field Details- 
Nonepublic static final int Nonesave nothing- See Also:
 
- 
Globalpublic static final int Globalsave the global state, including gravity and timestep- See Also:
 
- 
Bodiespublic static final int Bodiessave the bodies- See Also:
 
- 
Contactspublic static final int Contactssave the contacts- See Also:
 
- 
Constraintspublic static final int Constraintssave the constraints- See Also:
 
- 
Allpublic static final int Allsave all state- See Also:
 
 
-