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