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.Ptr
XrHandMeshVertexMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandMeshVertexMSFT> consumer) @NotNull XrHandMeshVertexMSFT.Ptr
XrHandMeshVertexMSFT.Ptr.offset
(long offset) @NotNull XrHandMeshVertexMSFT.Ptr
XrHandMeshVertexMSFT.Ptr.reinterpret
(long newSize) Assume theXrHandMeshVertexMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandMeshVertexMSFT.Ptr
that uses the same backing storage as thisXrHandMeshVertexMSFT.Ptr
, but with the new size.XrHandMeshVertexMSFT.Ptr.slice
(long end) @NotNull XrHandMeshVertexMSFT.Ptr
XrHandMeshVertexMSFT.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)