Class ANDROIDSpatialEntityBoundAnchor

java.lang.Object
org.lwjgl.openxr.ANDROIDSpatialEntityBoundAnchor

public class ANDROIDSpatialEntityBoundAnchor extends Object
  • Field Details

    • XR_ANDROID_spatial_entity_bound_anchor_SPEC_VERSION

      public static final int XR_ANDROID_spatial_entity_bound_anchor_SPEC_VERSION
      See Also:
    • XR_ANDROID_SPATIAL_ENTITY_BOUND_ANCHOR_EXTENSION_NAME

      public static final String XR_ANDROID_SPATIAL_ENTITY_BOUND_ANCHOR_EXTENSION_NAME
      See Also:
    • XR_ERROR_SPATIAL_ANCHOR_ATTACHABLE_COMPONENT_NOT_FOUND_ANDROID

      public static final int XR_ERROR_SPATIAL_ANCHOR_ATTACHABLE_COMPONENT_NOT_FOUND_ANDROID
      See Also:
    • XR_TYPE_SPATIAL_ANCHOR_PARENT_ANDROID

      public static final int XR_TYPE_SPATIAL_ANCHOR_PARENT_ANDROID
      See Also:
  • Method Details

    • nxrEnumerateSpatialAnchorAttachableComponentsANDROID

      public static int nxrEnumerateSpatialAnchorAttachableComponentsANDROID(XrInstance instance, long systemId, int attachableComponentCapacityInput, long attachableComponentCountOutput, long attachableComponents)
      XrResult xrEnumerateSpatialAnchorAttachableComponentsANDROID(XrInstance instance, XrSystemId systemId, uint32_t attachableComponentCapacityInput, uint32_t * attachableComponentCountOutput, XrSpatialComponentTypeEXT * attachableComponents)
    • xrEnumerateSpatialAnchorAttachableComponentsANDROID

      @NativeType("XrResult") public static int xrEnumerateSpatialAnchorAttachableComponentsANDROID(XrInstance instance, @NativeType("XrSystemId") long systemId, @NativeType("uint32_t *") IntBuffer attachableComponentCountOutput, @NativeType("XrSpatialComponentTypeEXT *") @Nullable IntBuffer attachableComponents)
      XrResult xrEnumerateSpatialAnchorAttachableComponentsANDROID(XrInstance instance, XrSystemId systemId, uint32_t attachableComponentCapacityInput, uint32_t * attachableComponentCountOutput, XrSpatialComponentTypeEXT * attachableComponents)