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