Class XrPlaneDetectorLocationEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPlaneDetectorLocationEXT extends Struct<XrPlaneDetectorLocationEXT> implements NativeResource

 struct XrPlaneDetectorLocationEXT {
     XrStructureType type;
     void * next;
     uint64_t planeId;
     XrSpaceLocationFlags locationFlags;
     {@link XrPosef XrPosef} pose;
     {@link XrExtent2Df XrExtent2Df} extents;
     XrPlaneDetectorOrientationEXT orientation;
     XrPlaneDetectorSemanticTypeEXT semanticType;
     uint32_t polygonBufferCount;
 }
  • 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.
    • PLANEID

      public static final int PLANEID
      The struct member offsets.
    • LOCATIONFLAGS

      public static final int LOCATIONFLAGS
      The struct member offsets.
    • POSE

      public static final int POSE
      The struct member offsets.
    • EXTENTS

      public static final int EXTENTS
      The struct member offsets.
    • ORIENTATION

      public static final int ORIENTATION
      The struct member offsets.
    • SEMANTICTYPE

      public static final int SEMANTICTYPE
      The struct member offsets.
    • POLYGONBUFFERCOUNT

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

    • XrPlaneDetectorLocationEXT

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