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 recordRepresents a pointer to / an array ofXrHandMeshVertexBufferMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandMeshVertexBufferMSFTModifier and TypeMethodDescriptionstatic XrHandMeshVertexBufferMSFT@NotNull XrHandMeshVertexBufferMSFTXrHandMeshVertexBufferMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrHandMeshVertexBufferMSFTXrHandMeshVertexBufferMSFT.clone(Arena arena, XrHandMeshVertexBufferMSFT src) XrHandMeshVertexBufferMSFT.Ptr.toArray()@NotNull XrHandMeshVertexBufferMSFTXrHandMeshMSFT.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 XrHandMeshVertexBufferMSFTXrHandMeshVertexBufferMSFT.clone(Arena arena, XrHandMeshVertexBufferMSFT src) XrHandMeshMSFT.vertexBuffer(@NotNull XrHandMeshVertexBufferMSFT value) voidXrHandMeshVertexBufferMSFT.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)