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