Package org.lwjgl.openxr
Class XrSpatialAnchorStoreConnectionMSFT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrSpatialAnchorStoreConnectionMSFT
- All Implemented Interfaces:
Pointer
Wraps an
XrSpatialAnchorStoreConnectionMSFT 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
ConstructorsConstructorDescriptionXrSpatialAnchorStoreConnectionMSFT(long handle, XrSession session) Creates anXrSpatialAnchorStoreConnectionMSFTusing the specified native handle andXrSession. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXRCapabilitiesinstance associated with this dispatchable handle.Returns theXrSessionfrom which this handle was created.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrSpatialAnchorStoreConnectionMSFT
Creates anXrSpatialAnchorStoreConnectionMSFTusing the specified native handle andXrSession.- Parameters:
handle- the nativeXrSpatialAnchorStoreConnectionMSFThandlesession- theXrSessionfrom whichhandlewas created
-
-
Method Details
-
getSession
Returns theXrSessionfrom which this handle was created. -
getCapabilities
Returns theXRCapabilitiesinstance associated with this dispatchable handle.
-