Class XrAnchorBD

All Implemented Interfaces:
Pointer

public class XrAnchorBD extends Pointer.Default
Wraps an XrAnchorBD handle.
  • Constructor Details

    • XrAnchorBD

      public XrAnchorBD(long handle, XrSenseDataProviderBD senseDataProviderBD)
      Creates an XrAnchorBD using the specified native handle and XrSenseDataProviderBD.
      Parameters:
      handle - the native XrAnchorBD handle
      senseDataProviderBD - the XrSenseDataProviderBD from which handle was created
  • Method Details

    • getSenseDataProviderBD

      public XrSenseDataProviderBD getSenseDataProviderBD()
      Returns the XrSenseDataProviderBD from which this handle was created.
    • getCapabilities

      public XRCapabilities getCapabilities()
      Returns the XRCapabilities instance associated with this dispatchable handle.