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 recordRepresents a pointer to / an array ofXrHandMeshVertexMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandMeshVertexMSFTModifier and TypeMethodDescriptionstatic XrHandMeshVertexMSFT@NotNull XrHandMeshVertexMSFTXrHandMeshVertexMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrHandMeshVertexMSFTXrHandMeshVertexMSFT.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 XrHandMeshVertexMSFTXrHandMeshVertexBufferMSFT.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 XrHandMeshVertexMSFTXrHandMeshVertexMSFT.clone(Arena arena, XrHandMeshVertexMSFT src) voidXrHandMeshVertexMSFT.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)