Uses of Record Class
club.doki7.openxr.datatype.XrActionsSyncInfo
Packages that use XrActionsSyncInfo
-
Uses of XrActionsSyncInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionsSyncInfoModifier and TypeMethodDescriptionint
XR.syncActions
(XrSession session, XrActionsSyncInfo syncInfo) int
XRStatic.syncActions
(XrSession session, XrActionsSyncInfo syncInfo) -
Uses of XrActionsSyncInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActionsSyncInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrActionsSyncInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionsSyncInfoModifier and TypeMethodDescriptionXrActionsSyncInfo.activeActionSets
(@Nullable IXrActiveActionSet value) static XrActionsSyncInfo
@NotNull XrActionsSyncInfo
XrActionsSyncInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrActionsSyncInfo
XrActionsSyncInfo.clone
(Arena arena, XrActionsSyncInfo src) XrActionsSyncInfo.countActiveActionSets
(int value) XrActionsSyncInfo.next
(@NotNull MemorySegment value) XrActionsSyncInfo.Ptr.toArray()
XrActionsSyncInfo.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrActionsSyncInfoModifier and TypeMethodDescription@NotNull Iterator
<XrActionsSyncInfo> XrActionsSyncInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrActionsSyncInfoModifier and TypeMethodDescriptionstatic XrActionsSyncInfo
XrActionsSyncInfo.clone
(Arena arena, XrActionsSyncInfo src) void
XrActionsSyncInfo.Ptr.write
(long index, @NotNull XrActionsSyncInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActionsSyncInfoModifier and TypeMethodDescriptionXrActionsSyncInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrActionsSyncInfo> consumer)