Uses of Record Class
club.doki7.openxr.datatype.XrHandMeshMSFT
Packages that use XrHandMeshMSFT
-
Uses of XrHandMeshMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrHandMeshMSFTModifier and TypeMethodDescriptionint
XR.updateHandMeshMSFT
(XrHandTrackerEXT handTracker, XrHandMeshUpdateInfoMSFT updateInfo, XrHandMeshMSFT handMesh) -
Uses of XrHandMeshMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrHandMeshMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrHandMeshMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandMeshMSFTModifier and TypeMethodDescriptionstatic XrHandMeshMSFT
@NotNull XrHandMeshMSFT
XrHandMeshMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrHandMeshMSFT
XrHandMeshMSFT.clone
(Arena arena, XrHandMeshMSFT src) XrHandMeshMSFT.indexBuffer
(@NotNull XrHandMeshIndexBufferMSFT value) XrHandMeshMSFT.indexBuffer
(Consumer<@NotNull XrHandMeshIndexBufferMSFT> consumer) XrHandMeshMSFT.indexBufferChanged
(int value) XrHandMeshMSFT.isActive
(int value) XrHandMeshMSFT.next
(@NotNull MemorySegment value) XrHandMeshMSFT.Ptr.toArray()
XrHandMeshMSFT.type
(int value) XrHandMeshMSFT.vertexBuffer
(@NotNull XrHandMeshVertexBufferMSFT value) XrHandMeshMSFT.vertexBuffer
(Consumer<@NotNull XrHandMeshVertexBufferMSFT> consumer) XrHandMeshMSFT.vertexBufferChanged
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrHandMeshMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrHandMeshMSFT> XrHandMeshMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrHandMeshMSFTModifier and TypeMethodDescriptionstatic XrHandMeshMSFT
XrHandMeshMSFT.clone
(Arena arena, XrHandMeshMSFT src) void
XrHandMeshMSFT.Ptr.write
(long index, @NotNull XrHandMeshMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHandMeshMSFTModifier and TypeMethodDescriptionXrHandMeshMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandMeshMSFT> consumer)