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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrHandMeshMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandMeshMSFTModifier and TypeMethodDescriptionstatic XrHandMeshMSFT@NotNull XrHandMeshMSFTXrHandMeshMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrHandMeshMSFTXrHandMeshMSFT.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 XrHandMeshMSFTXrHandMeshMSFT.clone(Arena arena, XrHandMeshMSFT src) voidXrHandMeshMSFT.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)