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