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