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