Class XrAction

All Implemented Interfaces:
Pointer

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

    • XrAction

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

    • getActionSet

      public XrActionSet getActionSet()
      Returns the XrActionSet from which this handle was created.
    • getCapabilities

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