Interface ConstExtendedUpdateSettings

All Superinterfaces:
AutoCloseable, Comparable<JoltPhysicsObject>, ConstJoltPhysicsObject
All Known Implementing Classes:
ExtendedUpdateSettings

public interface ConstExtendedUpdateSettings extends ConstJoltPhysicsObject
Read-only access to an ExtendedUpdateSettings object. (native type: const CharacterVirtual::ExtendedUpdateSettings)
  • 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