Package org.lwjgl.openxr
Class XrActionSet
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrActionSet
- All Implemented Interfaces:
Pointer
Wraps an
XrActionSet
handle.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionXrActionSet
(long handle, XrInstance instance) Creates anXrActionSet
using the specified native handle andXrInstance
. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXRCapabilities
instance associated with this dispatchable handle.Returns theXrInstance
from which this handle was created.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrActionSet
Creates anXrActionSet
using the specified native handle andXrInstance
.- Parameters:
handle
- the nativeXrActionSet
handleinstance
- theXrInstance
from whichhandle
was created
-
-
Method Details
-
getInstance
Returns theXrInstance
from which this handle was created. -
getCapabilities
Returns theXRCapabilities
instance associated with this dispatchable handle.
-