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 recordRepresents a pointer to / an array ofMLCoordinateFrameUIDstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return MLCoordinateFrameUIDModifier and TypeMethodDescriptionstatic MLCoordinateFrameUID@NotNull MLCoordinateFrameUIDMLCoordinateFrameUID.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@NotNull MLCoordinateFrameUIDXrCoordinateSpaceCreateInfoML.cfuid()static MLCoordinateFrameUIDMLCoordinateFrameUID.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 MLCoordinateFrameUIDMLCoordinateFrameUID.clone(Arena arena, MLCoordinateFrameUID src) voidMLCoordinateFrameUID.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)