Uses of Record Class
club.doki7.openxr.datatype.XrActionCreateInfo
Packages that use XrActionCreateInfo
-
Uses of XrActionCreateInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionCreateInfoModifier and TypeMethodDescriptionintXR.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) intXRStatic.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) -
Uses of XrActionCreateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActionCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrActionCreateInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionCreateInfoModifier and TypeMethodDescriptionXrActionCreateInfo.actionName(BytePtr value) XrActionCreateInfo.actionName(@NotNull Consumer<BytePtr> consumer) XrActionCreateInfo.actionType(int value) static XrActionCreateInfo@NotNull XrActionCreateInfoXrActionCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrActionCreateInfoXrActionCreateInfo.clone(Arena arena, XrActionCreateInfo src) XrActionCreateInfo.countSubactionPaths(int value) XrActionCreateInfo.localizedActionName(BytePtr value) XrActionCreateInfo.localizedActionName(@NotNull Consumer<BytePtr> consumer) XrActionCreateInfo.next(@NotNull MemorySegment value) XrActionCreateInfo.subactionPaths(@Nullable LongPtr value) XrActionCreateInfo.Ptr.toArray()XrActionCreateInfo.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrActionCreateInfoModifier and TypeMethodDescription@NotNull Iterator<XrActionCreateInfo> XrActionCreateInfo.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrActionCreateInfoModifier and TypeMethodDescriptionstatic XrActionCreateInfoXrActionCreateInfo.clone(Arena arena, XrActionCreateInfo src) voidXrActionCreateInfo.Ptr.write(long index, @NotNull XrActionCreateInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActionCreateInfoModifier and TypeMethodDescriptionXrActionCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrActionCreateInfo> consumer)