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