Class XrSpaceComponentStatusSetInfoFB

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

public class XrSpaceComponentStatusSetInfoFB extends org.lwjgl.system.Struct<XrSpaceComponentStatusSetInfoFB> implements org.lwjgl.system.NativeResource
Request info to enable or disable an entity.
Description

Enables or disables the specified component for the specified spatial entity.

Valid Usage (Implicit)
See Also

SetSpaceComponentStatusFB

Layout


 struct XrSpaceComponentStatusSetInfoFB {
     XrStructureType type();
     void const * next();
     XrSpaceComponentTypeFB componentType();
     XrBool32 enabled();
     XrDuration timeout();
 }
  • 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.
    • COMPONENTTYPE

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

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

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

    • XrSpaceComponentStatusSetInfoFB

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