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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrSystemNotificationsSetInfoMLstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemNotificationsSetInfoMLModifier and TypeMethodDescription@NotNull XrSystemNotificationsSetInfoMLXrSystemNotificationsSetInfoML.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) voidXrSystemNotificationsSetInfoML.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)