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