Uses of Record Class
club.doki7.openxr.datatype.XrSessionActionSetsAttachInfo
Packages that use XrSessionActionSetsAttachInfo
-
Uses of XrSessionActionSetsAttachInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSessionActionSetsAttachInfoModifier and TypeMethodDescriptionintXR.attachSessionActionSets(XrSession session, XrSessionActionSetsAttachInfo attachInfo) intXRStatic.attachSessionActionSets(XrSession session, XrSessionActionSetsAttachInfo attachInfo) -
Uses of XrSessionActionSetsAttachInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSessionActionSetsAttachInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSessionActionSetsAttachInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSessionActionSetsAttachInfoModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.actionSets(XrActionSet.Ptr value) @NotNull XrSessionActionSetsAttachInfoXrSessionActionSetsAttachInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrSessionActionSetsAttachInfo.clone(Arena arena, XrSessionActionSetsAttachInfo src) XrSessionActionSetsAttachInfo.countActionSets(int value) XrSessionActionSetsAttachInfo.next(@NotNull MemorySegment value) XrSessionActionSetsAttachInfo.Ptr.toArray()XrSessionActionSetsAttachInfo.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSessionActionSetsAttachInfoModifier and TypeMethodDescription@NotNull Iterator<XrSessionActionSetsAttachInfo> XrSessionActionSetsAttachInfo.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSessionActionSetsAttachInfoModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.clone(Arena arena, XrSessionActionSetsAttachInfo src) voidXrSessionActionSetsAttachInfo.Ptr.write(long index, @NotNull XrSessionActionSetsAttachInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSessionActionSetsAttachInfoModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrSessionActionSetsAttachInfo> consumer)