Uses of Record Class
club.doki7.openxr.datatype.XrInteractionRenderModelSubactionPathInfoEXT
Packages that use XrInteractionRenderModelSubactionPathInfoEXT
-
Uses of XrInteractionRenderModelSubactionPathInfoEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrInteractionRenderModelSubactionPathInfoEXTModifier and TypeMethodDescriptionint
XR.enumerateRenderModelSubactionPathsEXT
(XrRenderModelEXT renderModel, @Nullable XrInteractionRenderModelSubactionPathInfoEXT info, int pathCapacityInput, IntPtr pathCountOutput, @Nullable LongPtr paths) -
Uses of XrInteractionRenderModelSubactionPathInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrInteractionRenderModelSubactionPathInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrInteractionRenderModelSubactionPathInfoEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrInteractionRenderModelSubactionPathInfoEXTModifier and TypeMethodDescriptionXrInteractionRenderModelSubactionPathInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrInteractionRenderModelSubactionPathInfoEXT.clone
(Arena arena, XrInteractionRenderModelSubactionPathInfoEXT src) XrInteractionRenderModelSubactionPathInfoEXT.next
(@NotNull MemorySegment value) XrInteractionRenderModelSubactionPathInfoEXT.Ptr.toArray()
XrInteractionRenderModelSubactionPathInfoEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrInteractionRenderModelSubactionPathInfoEXTMethods in club.doki7.openxr.datatype with parameters of type XrInteractionRenderModelSubactionPathInfoEXTModifier and TypeMethodDescriptionXrInteractionRenderModelSubactionPathInfoEXT.clone
(Arena arena, XrInteractionRenderModelSubactionPathInfoEXT src) void
XrInteractionRenderModelSubactionPathInfoEXT.Ptr.write
(long index, @NotNull XrInteractionRenderModelSubactionPathInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrInteractionRenderModelSubactionPathInfoEXTModifier and TypeMethodDescriptionXrInteractionRenderModelSubactionPathInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrInteractionRenderModelSubactionPathInfoEXT> consumer)