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