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 recordRepresents a pointer to / an array ofXrHandMeshIndexBufferMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandMeshIndexBufferMSFTModifier and TypeMethodDescriptionstatic XrHandMeshIndexBufferMSFT@NotNull XrHandMeshIndexBufferMSFTXrHandMeshIndexBufferMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrHandMeshIndexBufferMSFTXrHandMeshIndexBufferMSFT.clone(Arena arena, XrHandMeshIndexBufferMSFT src) @NotNull XrHandMeshIndexBufferMSFTXrHandMeshMSFT.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 XrHandMeshIndexBufferMSFTXrHandMeshIndexBufferMSFT.clone(Arena arena, XrHandMeshIndexBufferMSFT src) XrHandMeshMSFT.indexBuffer(@NotNull XrHandMeshIndexBufferMSFT value) voidXrHandMeshIndexBufferMSFT.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)