Class XrHandTrackingScaleFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandTrackingScaleFB extends Struct<XrHandTrackingScaleFB> implements NativeResource

 struct XrHandTrackingScaleFB {
     XrStructureType type;
     void * next;
     float sensorOutput;
     float currentOutput;
     XrBool32 overrideHandScale;
     float overrideValueInput;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • SENSOROUTPUT

      public static final int SENSOROUTPUT
      The struct member offsets.
    • CURRENTOUTPUT

      public static final int CURRENTOUTPUT
      The struct member offsets.
    • OVERRIDEHANDSCALE

      public static final int OVERRIDEHANDSCALE
      The struct member offsets.
    • OVERRIDEVALUEINPUT

      public static final int OVERRIDEVALUEINPUT
      The struct member offsets.
  • Constructor Details

    • XrHandTrackingScaleFB

      public XrHandTrackingScaleFB(ByteBuffer container)
      Creates a XrHandTrackingScaleFB instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details

    • sizeof

      public int sizeof()
      Description copied from class: Struct
      Returns sizeof(struct).
      Specified by:
      sizeof in class Struct<XrHandTrackingScaleFB>
    • type

      public int type()
      Returns:
      the value of the type field.
    • next

      public long next()
      Returns:
      the value of the next field.
    • sensorOutput

      public float sensorOutput()
      Returns:
      the value of the sensorOutput field.
    • currentOutput

      public float currentOutput()
      Returns:
      the value of the currentOutput field.
    • overrideHandScale

      public boolean overrideHandScale()
      Returns:
      the value of the overrideHandScale field.
    • overrideValueInput

      public float overrideValueInput()
      Returns:
      the value of the overrideValueInput field.
    • type

      public XrHandTrackingScaleFB type(int value)
      Sets the specified value to the type field.
    • type$Default

      public XrHandTrackingScaleFB type$Default()
      Sets the TYPE_HAND_TRACKING_SCALE_FB value to the type field.
    • next

      public XrHandTrackingScaleFB next(long value)
      Sets the specified value to the next field.
    • set

      public XrHandTrackingScaleFB set(int type, long next)
      Initializes this struct with the specified values.
    • set

      Copies the specified struct data to this struct.
      Parameters:
      src - the source struct
      Returns:
      this struct
    • malloc

      public static XrHandTrackingScaleFB malloc()
      Returns a new XrHandTrackingScaleFB instance allocated with memAlloc. The instance must be explicitly freed.
    • calloc

      public static XrHandTrackingScaleFB calloc()
      Returns a new XrHandTrackingScaleFB instance allocated with memCalloc. The instance must be explicitly freed.
    • create

      public static XrHandTrackingScaleFB create()
      Returns a new XrHandTrackingScaleFB instance allocated with BufferUtils.
    • create

      public static XrHandTrackingScaleFB create(long address)
      Returns a new XrHandTrackingScaleFB instance for the specified memory address.
    • createSafe

      public static @Nullable XrHandTrackingScaleFB createSafe(long address)
      Like create, but returns null if address is NULL.
    • malloc

      public static XrHandTrackingScaleFB.Buffer malloc(int capacity)
      Returns a new XrHandTrackingScaleFB.Buffer instance allocated with memAlloc. The instance must be explicitly freed.
      Parameters:
      capacity - the buffer capacity
    • calloc

      public static XrHandTrackingScaleFB.Buffer calloc(int capacity)
      Returns a new XrHandTrackingScaleFB.Buffer instance allocated with memCalloc. The instance must be explicitly freed.
      Parameters:
      capacity - the buffer capacity
    • create

      public static XrHandTrackingScaleFB.Buffer create(int capacity)
      Returns a new XrHandTrackingScaleFB.Buffer instance allocated with BufferUtils.
      Parameters:
      capacity - the buffer capacity
    • create

      public static XrHandTrackingScaleFB.Buffer create(long address, int capacity)
      Create a XrHandTrackingScaleFB.Buffer instance at the specified memory.
      Parameters:
      address - the memory address
      capacity - the buffer capacity
    • createSafe

      public static @Nullable XrHandTrackingScaleFB.Buffer createSafe(long address, int capacity)
      Like create, but returns null if address is NULL.
    • malloc

      public static XrHandTrackingScaleFB malloc(MemoryStack stack)
      Returns a new XrHandTrackingScaleFB instance allocated on the specified MemoryStack.
      Parameters:
      stack - the stack from which to allocate
    • calloc

      public static XrHandTrackingScaleFB calloc(MemoryStack stack)
      Returns a new XrHandTrackingScaleFB instance allocated on the specified MemoryStack and initializes all its bits to zero.
      Parameters:
      stack - the stack from which to allocate
    • malloc

      public static XrHandTrackingScaleFB.Buffer malloc(int capacity, MemoryStack stack)
      Returns a new XrHandTrackingScaleFB.Buffer instance allocated on the specified MemoryStack.
      Parameters:
      capacity - the buffer capacity
      stack - the stack from which to allocate
    • calloc

      public static XrHandTrackingScaleFB.Buffer calloc(int capacity, MemoryStack stack)
      Returns a new XrHandTrackingScaleFB.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
      Parameters:
      capacity - the buffer capacity
      stack - the stack from which to allocate
    • ntype

      public static int ntype(long struct)
      Unsafe version of type().
    • nnext

      public static long nnext(long struct)
      Unsafe version of next().
    • nsensorOutput

      public static float nsensorOutput(long struct)
      Unsafe version of sensorOutput().
    • ncurrentOutput

      public static float ncurrentOutput(long struct)
      Unsafe version of currentOutput().
    • noverrideHandScale

      public static int noverrideHandScale(long struct)
      Unsafe version of overrideHandScale().
    • noverrideValueInput

      public static float noverrideValueInput(long struct)
      Unsafe version of overrideValueInput().
    • ntype

      public static void ntype(long struct, int value)
      Unsafe version of type.
    • nnext

      public static void nnext(long struct, long value)
      Unsafe version of next.