Class XrHandTrackingAimStateFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandTrackingAimStateFB extends Struct<XrHandTrackingAimStateFB> implements NativeResource

 struct XrHandTrackingAimStateFB {
     XrStructureType type;
     void * next;
     XrHandTrackingAimFlagsFB status;
     {@link XrPosef XrPosef} aimPose;
     float pinchStrengthIndex;
     float pinchStrengthMiddle;
     float pinchStrengthRing;
     float pinchStrengthLittle;
 }
  • 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.
    • STATUS

      public static final int STATUS
      The struct member offsets.
    • AIMPOSE

      public static final int AIMPOSE
      The struct member offsets.
    • PINCHSTRENGTHINDEX

      public static final int PINCHSTRENGTHINDEX
      The struct member offsets.
    • PINCHSTRENGTHMIDDLE

      public static final int PINCHSTRENGTHMIDDLE
      The struct member offsets.
    • PINCHSTRENGTHRING

      public static final int PINCHSTRENGTHRING
      The struct member offsets.
    • PINCHSTRENGTHLITTLE

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

    • XrHandTrackingAimStateFB

      public XrHandTrackingAimStateFB(ByteBuffer container)
      Creates a XrHandTrackingAimStateFB 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