Class XrSceneMeshSnapshotANDROID
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrSceneMeshSnapshotANDROID
- All Implemented Interfaces:
Pointer
Wraps an
XrSceneMeshSnapshotANDROID handle.-
Nested Class Summary
Nested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionXrSceneMeshSnapshotANDROID(long handle, XrSceneMeshingTrackerANDROID sceneMeshingTrackerANDROID) Creates anXrSceneMeshSnapshotANDROIDusing the specified native handle andXrSceneMeshingTrackerANDROID. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXRCapabilitiesinstance associated with this dispatchable handle.Returns theXrSceneMeshingTrackerANDROIDfrom which this handle was created.Methods inherited from class Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrSceneMeshSnapshotANDROID
public XrSceneMeshSnapshotANDROID(long handle, XrSceneMeshingTrackerANDROID sceneMeshingTrackerANDROID) Creates anXrSceneMeshSnapshotANDROIDusing the specified native handle andXrSceneMeshingTrackerANDROID.- Parameters:
handle- the nativeXrSceneMeshSnapshotANDROIDhandlesceneMeshingTrackerANDROID- theXrSceneMeshingTrackerANDROIDfrom whichhandlewas created
-
-
Method Details
-
getSceneMeshingTrackerANDROID
Returns theXrSceneMeshingTrackerANDROIDfrom which this handle was created. -
getCapabilities
Returns theXRCapabilitiesinstance associated with this dispatchable handle.
-