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