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.Ptr
XrPlaneDetectorGetInfoEXT.Ptr.offset
(long offset) @NotNull XrPlaneDetectorGetInfoEXT.Ptr
XrPlaneDetectorGetInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrPlaneDetectorGetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPlaneDetectorGetInfoEXT.Ptr
that uses the same backing storage as thisXrPlaneDetectorGetInfoEXT.Ptr
, but with the new size.XrPlaneDetectorGetInfoEXT.Ptr.slice
(long end) @NotNull XrPlaneDetectorGetInfoEXT.Ptr
XrPlaneDetectorGetInfoEXT.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).