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