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