Uses of Record Class
club.doki7.openxr.datatype.XrLocalizationMapImportInfoML
Packages that use XrLocalizationMapImportInfoML
-
Uses of XrLocalizationMapImportInfoML in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrLocalizationMapImportInfoMLModifier and TypeMethodDescriptionintXR.importLocalizationMapML(XrSession session, XrLocalizationMapImportInfoML importInfo, @Nullable XrUuidEXT mapUuid) -
Uses of XrLocalizationMapImportInfoML in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrLocalizationMapImportInfoMLModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrLocalizationMapImportInfoMLstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrLocalizationMapImportInfoMLModifier and TypeMethodDescription@NotNull XrLocalizationMapImportInfoMLXrLocalizationMapImportInfoML.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrLocalizationMapImportInfoML.clone(Arena arena, XrLocalizationMapImportInfoML src) XrLocalizationMapImportInfoML.next(@NotNull MemorySegment value) XrLocalizationMapImportInfoML.size(int value) XrLocalizationMapImportInfoML.Ptr.toArray()XrLocalizationMapImportInfoML.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrLocalizationMapImportInfoMLModifier and TypeMethodDescription@NotNull Iterator<XrLocalizationMapImportInfoML> XrLocalizationMapImportInfoML.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrLocalizationMapImportInfoMLModifier and TypeMethodDescriptionXrLocalizationMapImportInfoML.clone(Arena arena, XrLocalizationMapImportInfoML src) voidXrLocalizationMapImportInfoML.Ptr.write(long index, @NotNull XrLocalizationMapImportInfoML value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrLocalizationMapImportInfoMLModifier and TypeMethodDescriptionXrLocalizationMapImportInfoML.Ptr.at(long index, @NotNull Consumer<@NotNull XrLocalizationMapImportInfoML> consumer)