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