Interface ConstExtendedUpdateSettings
- All Superinterfaces:
AutoCloseable,Comparable<JoltPhysicsObject>,ConstJoltPhysicsObject
- All Known Implementing Classes:
ExtendedUpdateSettings
Read-only access to an
ExtendedUpdateSettings object. (native type:
const CharacterVirtual::ExtendedUpdateSettings)-
Method Summary
Modifier and TypeMethodDescriptionCopy the StickToFloor inStepDown parameter.floatReturn the cosine of the maximum angle between the ground normal and the horizontal for adjusting the step-forward test.floatReturn the StickToFloor inStepForward parameter.floatReturn the StickToFloor inStepForwardTest parameter.Copy the StickToFloor inStepUp parameter.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.github.stephengold.joltjni.readonly.ConstJoltPhysicsObject
close, hasAssignedNativeObject, ownsNativeObject, targetVa
-
Method Details
-
getStickToFloorStepDown
Vec3 getStickToFloorStepDown()Copy the StickToFloor inStepDown parameter. The settings are unaffected.- Returns:
- a new offset vector
-
getWalkStairsCosAngleForwardContact
float getWalkStairsCosAngleForwardContact()Return the cosine of the maximum angle between the ground normal and the horizontal for adjusting the step-forward test. The settings are unaffected.- Returns:
- the cosine of the maximum angle
-
getWalkStairsMinStepForward
float getWalkStairsMinStepForward()Return the StickToFloor inStepForward parameter. The settings are unaffected.- Returns:
- the distance
-
getWalkStairsStepForwardTest
float getWalkStairsStepForwardTest()Return the StickToFloor inStepForwardTest parameter. The settings are unaffected.- Returns:
- the distance
-
getWalkStairsStepUp
Vec3 getWalkStairsStepUp()Copy the StickToFloor inStepUp parameter. The settings are unaffected.- Returns:
- a new offset vector
-