Class XrActionSet

All Implemented Interfaces:
Pointer

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

    • XrActionSet

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

    • getInstance

      public XrInstance getInstance()
      Returns the XrInstance from which this handle was created.
    • getCapabilities

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