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