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.Ptr
XrPlaneDetectorLocationEXT.Ptr.offset
(long offset) XrPlaneDetectorLocationsEXT.planeLocations
(int assumedCount) @NotNull XrPlaneDetectorLocationEXT.Ptr
XrPlaneDetectorLocationEXT.Ptr.reinterpret
(long newSize) Assume theXrPlaneDetectorLocationEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPlaneDetectorLocationEXT.Ptr
that uses the same backing storage as thisXrPlaneDetectorLocationEXT.Ptr
, but with the new size.XrPlaneDetectorLocationEXT.Ptr.slice
(long end) @NotNull XrPlaneDetectorLocationEXT.Ptr
XrPlaneDetectorLocationEXT.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).