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.Ptr
XrHandCapsuleFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandCapsuleFB> consumer) XrHandTrackingCapsulesStateFB.capsules()
@NotNull XrHandCapsuleFB.Ptr
XrHandCapsuleFB.Ptr.offset
(long offset) @NotNull XrHandCapsuleFB.Ptr
XrHandCapsuleFB.Ptr.reinterpret
(long newSize) Assume theXrHandCapsuleFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandCapsuleFB.Ptr
that uses the same backing storage as thisXrHandCapsuleFB.Ptr
, but with the new size.XrHandCapsuleFB.Ptr.slice
(long end) @NotNull XrHandCapsuleFB.Ptr
XrHandCapsuleFB.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)