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