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