Uses of Record Class
club.doki7.openxr.datatype.XrSpaceTriangleMeshGetInfoMETA
Packages that use XrSpaceTriangleMeshGetInfoMETA
-
Uses of XrSpaceTriangleMeshGetInfoMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpaceTriangleMeshGetInfoMETAModifier and TypeMethodDescriptionint
XR.getSpaceTriangleMeshMETA
(XrSpace space, XrSpaceTriangleMeshGetInfoMETA getInfo, XrSpaceTriangleMeshMETA triangleMeshOutput) -
Uses of XrSpaceTriangleMeshGetInfoMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpaceTriangleMeshGetInfoMETAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpaceTriangleMeshGetInfoMETA
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceTriangleMeshGetInfoMETAModifier and TypeMethodDescription@NotNull XrSpaceTriangleMeshGetInfoMETA
XrSpaceTriangleMeshGetInfoMETA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSpaceTriangleMeshGetInfoMETA.clone
(Arena arena, XrSpaceTriangleMeshGetInfoMETA src) XrSpaceTriangleMeshGetInfoMETA.next
(@NotNull MemorySegment value) XrSpaceTriangleMeshGetInfoMETA.Ptr.toArray()
XrSpaceTriangleMeshGetInfoMETA.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpaceTriangleMeshGetInfoMETAModifier and TypeMethodDescription@NotNull Iterator
<XrSpaceTriangleMeshGetInfoMETA> XrSpaceTriangleMeshGetInfoMETA.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpaceTriangleMeshGetInfoMETAModifier and TypeMethodDescriptionXrSpaceTriangleMeshGetInfoMETA.clone
(Arena arena, XrSpaceTriangleMeshGetInfoMETA src) void
XrSpaceTriangleMeshGetInfoMETA.Ptr.write
(long index, @NotNull XrSpaceTriangleMeshGetInfoMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpaceTriangleMeshGetInfoMETAModifier and TypeMethodDescriptionXrSpaceTriangleMeshGetInfoMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpaceTriangleMeshGetInfoMETA> consumer)