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