Class XrSceneComponentMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSceneComponentMSFT extends Struct<XrSceneComponentMSFT> implements NativeResource

 struct XrSceneComponentMSFT {
     XrSceneComponentTypeMSFT componentType;
     {@link XrUuidMSFT XrUuidMSFT} id;
     {@link XrUuidMSFT XrUuidMSFT} parentId;
     XrTime updateTime;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int COMPONENTTYPE
      The struct member offsets.
    • ID

      public static final int ID
      The struct member offsets.
    • PARENTID

      public static final int PARENTID
      The struct member offsets.
    • UPDATETIME

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

    • XrSceneComponentMSFT

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