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