Uses of Record Class
club.doki7.openxr.datatype.XrPassthroughKeyboardHandsIntensityFB.Ptr
Packages that use XrPassthroughKeyboardHandsIntensityFB.Ptr
-
Uses of XrPassthroughKeyboardHandsIntensityFB.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrPassthroughKeyboardHandsIntensityFB.PtrModifier and TypeMethodDescriptionXrPassthroughKeyboardHandsIntensityFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrPassthroughKeyboardHandsIntensityFB> consumer) XrPassthroughKeyboardHandsIntensityFB.Ptr.offset(long offset) XrPassthroughKeyboardHandsIntensityFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughKeyboardHandsIntensityFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughKeyboardHandsIntensityFB.Ptrthat uses the same backing storage as thisXrPassthroughKeyboardHandsIntensityFB.Ptr, but with the new size.XrPassthroughKeyboardHandsIntensityFB.Ptr.slice(long end) XrPassthroughKeyboardHandsIntensityFB.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).