Uses of Record Class
club.doki7.openxr.datatype.XrActiveActionSetPrioritiesEXT
Packages that use XrActiveActionSetPrioritiesEXT
-
Uses of XrActiveActionSetPrioritiesEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActiveActionSetPrioritiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrActiveActionSetPrioritiesEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActiveActionSetPrioritiesEXTModifier and TypeMethodDescriptionXrActiveActionSetPrioritiesEXT.actionSetPriorities
(@Nullable IXrActiveActionSetPriorityEXT value) XrActiveActionSetPrioritiesEXT.actionSetPriorityCount
(int value) @NotNull XrActiveActionSetPrioritiesEXT
XrActiveActionSetPrioritiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrActiveActionSetPrioritiesEXT.clone
(Arena arena, XrActiveActionSetPrioritiesEXT src) XrActiveActionSetPrioritiesEXT.next
(@NotNull MemorySegment value) XrActiveActionSetPrioritiesEXT.Ptr.toArray()
XrActiveActionSetPrioritiesEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrActiveActionSetPrioritiesEXTModifier and TypeMethodDescription@NotNull Iterator
<XrActiveActionSetPrioritiesEXT> XrActiveActionSetPrioritiesEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrActiveActionSetPrioritiesEXTModifier and TypeMethodDescriptionXrActiveActionSetPrioritiesEXT.clone
(Arena arena, XrActiveActionSetPrioritiesEXT src) void
XrActiveActionSetPrioritiesEXT.Ptr.write
(long index, @NotNull XrActiveActionSetPrioritiesEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActiveActionSetPrioritiesEXTModifier and TypeMethodDescriptionXrActiveActionSetPrioritiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrActiveActionSetPrioritiesEXT> consumer)