Uses of Record Class
club.doki7.openxr.datatype.XrSceneMeshMSFT
Packages that use XrSceneMeshMSFT
-
Uses of XrSceneMeshMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSceneMeshMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSceneMeshMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneMeshMSFTModifier and TypeMethodDescriptionstatic XrSceneMeshMSFT
@NotNull XrSceneMeshMSFT
XrSceneMeshMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSceneMeshMSFT
XrSceneMeshMSFT.clone
(Arena arena, XrSceneMeshMSFT src) XrSceneMeshMSFT.meshBufferId
(long value) @Nullable XrSceneMeshMSFT
XrSceneMeshesMSFT.sceneMeshes()
XrSceneMeshMSFT.supportsIndicesUint16
(int value) XrSceneMeshMSFT.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrSceneMeshMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrSceneMeshMSFT> XrSceneMeshMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSceneMeshMSFTModifier and TypeMethodDescriptionstatic XrSceneMeshMSFT
XrSceneMeshMSFT.clone
(Arena arena, XrSceneMeshMSFT src) void
XrSceneMeshMSFT.Ptr.write
(long index, @NotNull XrSceneMeshMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSceneMeshMSFTModifier and TypeMethodDescriptionXrSceneMeshMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSceneMeshMSFT> consumer)