Uses of Record Class
club.doki7.openxr.datatype.XrHandCapsuleFB.Ptr
Packages that use XrHandCapsuleFB.Ptr
-
Uses of XrHandCapsuleFB.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrHandCapsuleFB.PtrModifier and TypeMethodDescriptionstatic XrHandCapsuleFB.PtrXrHandCapsuleFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrHandCapsuleFB> consumer) XrHandTrackingCapsulesStateFB.capsules()@NotNull XrHandCapsuleFB.PtrXrHandCapsuleFB.Ptr.offset(long offset) @NotNull XrHandCapsuleFB.PtrXrHandCapsuleFB.Ptr.reinterpret(long newSize) Assume theXrHandCapsuleFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandCapsuleFB.Ptrthat uses the same backing storage as thisXrHandCapsuleFB.Ptr, but with the new size.XrHandCapsuleFB.Ptr.slice(long end) @NotNull XrHandCapsuleFB.PtrXrHandCapsuleFB.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).Methods in club.doki7.openxr.datatype with parameters of type XrHandCapsuleFB.PtrModifier and TypeMethodDescriptionXrHandTrackingCapsulesStateFB.capsules(XrHandCapsuleFB.Ptr value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHandCapsuleFB.PtrModifier and TypeMethodDescriptionXrHandTrackingCapsulesStateFB.capsules(@NotNull Consumer<XrHandCapsuleFB.Ptr> consumer)