Uses of Record Class
club.doki7.openxr.datatype.XrSceneMeshIndicesUint16MSFT.Ptr
Packages that use XrSceneMeshIndicesUint16MSFT.Ptr
-
Uses of XrSceneMeshIndicesUint16MSFT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSceneMeshIndicesUint16MSFT.PtrModifier and TypeMethodDescriptionXrSceneMeshIndicesUint16MSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSceneMeshIndicesUint16MSFT> consumer) @NotNull XrSceneMeshIndicesUint16MSFT.Ptr
XrSceneMeshIndicesUint16MSFT.Ptr.offset
(long offset) @NotNull XrSceneMeshIndicesUint16MSFT.Ptr
XrSceneMeshIndicesUint16MSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMeshIndicesUint16MSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMeshIndicesUint16MSFT.Ptr
that uses the same backing storage as thisXrSceneMeshIndicesUint16MSFT.Ptr
, but with the new size.XrSceneMeshIndicesUint16MSFT.Ptr.slice
(long end) @NotNull XrSceneMeshIndicesUint16MSFT.Ptr
XrSceneMeshIndicesUint16MSFT.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).