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 TypeMethodDescriptionintXR.syncActions(XrSession session, XrActionsSyncInfo syncInfo) intXRStatic.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 recordRepresents a pointer to / an array ofXrActionsSyncInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionsSyncInfoModifier and TypeMethodDescriptionXrActionsSyncInfo.activeActionSets(@Nullable IXrActiveActionSet value) static XrActionsSyncInfo@NotNull XrActionsSyncInfoXrActionsSyncInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrActionsSyncInfoXrActionsSyncInfo.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 XrActionsSyncInfoXrActionsSyncInfo.clone(Arena arena, XrActionsSyncInfo src) voidXrActionsSyncInfo.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)