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