Uses of Record Class
club.doki7.openxr.datatype.XrHandMeshIndexBufferMSFT
Packages that use XrHandMeshIndexBufferMSFT
-
Uses of XrHandMeshIndexBufferMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrHandMeshIndexBufferMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrHandMeshIndexBufferMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandMeshIndexBufferMSFTModifier and TypeMethodDescriptionstatic XrHandMeshIndexBufferMSFT
@NotNull XrHandMeshIndexBufferMSFT
XrHandMeshIndexBufferMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrHandMeshIndexBufferMSFT
XrHandMeshIndexBufferMSFT.clone
(Arena arena, XrHandMeshIndexBufferMSFT src) @NotNull XrHandMeshIndexBufferMSFT
XrHandMeshMSFT.indexBuffer()
XrHandMeshIndexBufferMSFT.indexBufferKey
(int value) XrHandMeshIndexBufferMSFT.indexCapacityInput
(int value) XrHandMeshIndexBufferMSFT.indexCountOutput
(int value) XrHandMeshIndexBufferMSFT.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrHandMeshIndexBufferMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrHandMeshIndexBufferMSFT> XrHandMeshIndexBufferMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrHandMeshIndexBufferMSFTModifier and TypeMethodDescriptionstatic XrHandMeshIndexBufferMSFT
XrHandMeshIndexBufferMSFT.clone
(Arena arena, XrHandMeshIndexBufferMSFT src) XrHandMeshMSFT.indexBuffer
(@NotNull XrHandMeshIndexBufferMSFT value) void
XrHandMeshIndexBufferMSFT.Ptr.write
(long index, @NotNull XrHandMeshIndexBufferMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHandMeshIndexBufferMSFTModifier and TypeMethodDescriptionXrHandMeshIndexBufferMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandMeshIndexBufferMSFT> consumer) XrHandMeshMSFT.indexBuffer
(Consumer<@NotNull XrHandMeshIndexBufferMSFT> consumer)