Class XrWorldMeshGetInfoML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrWorldMeshGetInfoML extends Struct<XrWorldMeshGetInfoML> implements NativeResource
struct XrWorldMeshGetInfoML {
    XrStructureType type;
    void const * next;
    XrWorldMeshDetectorFlagsML flags;
    float fillHoleLength;
    float disconnectedComponentArea;
    uint32_t blockCount;
    XrWorldMeshBlockRequestML * blocks;
}
  • 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.
    • FLAGS

      public static final int FLAGS
      The struct member offsets.
    • FILLHOLELENGTH

      public static final int FILLHOLELENGTH
      The struct member offsets.
    • DISCONNECTEDCOMPONENTAREA

      public static final int DISCONNECTEDCOMPONENTAREA
      The struct member offsets.
    • BLOCKCOUNT

      public static final int BLOCKCOUNT
      The struct member offsets.
    • BLOCKS

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

    • XrWorldMeshGetInfoML

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