Class XrViveTrackerPathsHTCX

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrViveTrackerPathsHTCX extends Struct<XrViveTrackerPathsHTCX> implements NativeResource
struct XrViveTrackerPathsHTCX {
    XrStructureType type;
    void * next;
    XrPath persistentPath;
    XrPath rolePath;
}
  • 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.
    • PERSISTENTPATH

      public static final int PERSISTENTPATH
      The struct member offsets.
    • ROLEPATH

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

    • XrViveTrackerPathsHTCX

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