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