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