Uses of Record Class
club.doki7.openxr.datatype.XrHandMeshVertexBufferMSFT
Packages that use XrHandMeshVertexBufferMSFT
-
Uses of XrHandMeshVertexBufferMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrHandMeshVertexBufferMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrHandMeshVertexBufferMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandMeshVertexBufferMSFTModifier and TypeMethodDescriptionstatic XrHandMeshVertexBufferMSFT
@NotNull XrHandMeshVertexBufferMSFT
XrHandMeshVertexBufferMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrHandMeshVertexBufferMSFT
XrHandMeshVertexBufferMSFT.clone
(Arena arena, XrHandMeshVertexBufferMSFT src) XrHandMeshVertexBufferMSFT.Ptr.toArray()
@NotNull XrHandMeshVertexBufferMSFT
XrHandMeshMSFT.vertexBuffer()
XrHandMeshVertexBufferMSFT.vertexCapacityInput
(int value) XrHandMeshVertexBufferMSFT.vertexCountOutput
(int value) XrHandMeshVertexBufferMSFT.vertexUpdateTime
(long value) XrHandMeshVertexBufferMSFT.vertices
(@Nullable IXrHandMeshVertexMSFT value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrHandMeshVertexBufferMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrHandMeshVertexBufferMSFT> XrHandMeshVertexBufferMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrHandMeshVertexBufferMSFTModifier and TypeMethodDescriptionstatic XrHandMeshVertexBufferMSFT
XrHandMeshVertexBufferMSFT.clone
(Arena arena, XrHandMeshVertexBufferMSFT src) XrHandMeshMSFT.vertexBuffer
(@NotNull XrHandMeshVertexBufferMSFT value) void
XrHandMeshVertexBufferMSFT.Ptr.write
(long index, @NotNull XrHandMeshVertexBufferMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHandMeshVertexBufferMSFTModifier and TypeMethodDescriptionXrHandMeshVertexBufferMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandMeshVertexBufferMSFT> consumer) XrHandMeshMSFT.vertexBuffer
(Consumer<@NotNull XrHandMeshVertexBufferMSFT> consumer)