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