Uses of Record Class
club.doki7.openxr.datatype.XrActionSetCreateInfo
Packages that use XrActionSetCreateInfo
-
Uses of XrActionSetCreateInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionSetCreateInfoModifier and TypeMethodDescriptionintXR.createActionSet(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) intXRStatic.createActionSet(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) -
Uses of XrActionSetCreateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActionSetCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrActionSetCreateInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionSetCreateInfoModifier and TypeMethodDescriptionXrActionSetCreateInfo.actionSetName(BytePtr value) XrActionSetCreateInfo.actionSetName(@NotNull Consumer<BytePtr> consumer) static XrActionSetCreateInfo@NotNull XrActionSetCreateInfoXrActionSetCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrActionSetCreateInfoXrActionSetCreateInfo.clone(Arena arena, XrActionSetCreateInfo src) XrActionSetCreateInfo.localizedActionSetName(BytePtr value) XrActionSetCreateInfo.localizedActionSetName(@NotNull Consumer<BytePtr> consumer) XrActionSetCreateInfo.next(@NotNull MemorySegment value) XrActionSetCreateInfo.priority(int value) XrActionSetCreateInfo.Ptr.toArray()XrActionSetCreateInfo.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrActionSetCreateInfoModifier and TypeMethodDescription@NotNull Iterator<XrActionSetCreateInfo> XrActionSetCreateInfo.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrActionSetCreateInfoModifier and TypeMethodDescriptionstatic XrActionSetCreateInfoXrActionSetCreateInfo.clone(Arena arena, XrActionSetCreateInfo src) voidXrActionSetCreateInfo.Ptr.write(long index, @NotNull XrActionSetCreateInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActionSetCreateInfoModifier and TypeMethodDescriptionXrActionSetCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrActionSetCreateInfo> consumer)