Class XrEventDataSpaceSetStatusCompleteFB

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrEventDataSpaceSetStatusCompleteFB>
org.lwjgl.openxr.XrEventDataSpaceSetStatusCompleteFB
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrEventDataSpaceSetStatusCompleteFB extends org.lwjgl.system.Struct<XrEventDataSpaceSetStatusCompleteFB> implements org.lwjgl.system.NativeResource
Result of request to enable or disable a component.
Description

It describes the result of a request to enable or disable a component of a spatial entity.

Valid Usage (Implicit)
See Also

XrUuidEXT

Layout


 struct XrEventDataSpaceSetStatusCompleteFB {
     XrStructureType type();
     void const * next();
     XrAsyncRequestIdFB requestId();
     XrResult result();
     XrSpace space();
     XrUuidEXT uuid();
     XrSpaceComponentTypeFB componentType();
     XrBool32 enabled();
 }
  • 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.
    • REQUESTID

      public static final int REQUESTID
      The struct member offsets.
    • RESULT

      public static final int RESULT
      The struct member offsets.
    • SPACE

      public static final int SPACE
      The struct member offsets.
    • UUID

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

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

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

    • XrEventDataSpaceSetStatusCompleteFB

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