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