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