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