Class WheelSettingsWvRef

All Implemented Interfaces:
ConstJoltPhysicsObject, AutoCloseable, Comparable<JoltPhysicsObject>

public final class WheelSettingsWvRef extends Ref
A counted reference to a WheelSettingsWv object. (native type: Ref<WheelSettingsWV>)
  • Constructor Details

    • WheelSettingsWvRef

      public WheelSettingsWvRef()
      Instantiate an empty reference.
  • Method Details

    • getPtr

      public WheelSettingsWv getPtr()
      Temporarily access the referenced WheelSettingsWv.
      Specified by:
      getPtr in class Ref
      Returns:
      a new JVM object with the pre-existing native object assigned
    • targetVa

      public long targetVa()
      Return the address of the native WheelSettingsWV. No objects are affected.
      Specified by:
      targetVa in interface ConstJoltPhysicsObject
      Overrides:
      targetVa in class JoltPhysicsObject
      Returns:
      a virtual address (not zero)
    • toRef

      public WheelSettingsWvRef toRef()
      Create another counted reference to the native WheelSettingsWV.
      Specified by:
      toRef in class Ref
      Returns:
      a new JVM object with a new native object assigned