Uses of Record Class
club.doki7.openxr.datatype.XrBodyJointsLocateInfoHTC
Packages that use XrBodyJointsLocateInfoHTC
-
Uses of XrBodyJointsLocateInfoHTC in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBodyJointsLocateInfoHTCModifier and TypeMethodDescriptionint
XR.locateBodyJointsHTC
(XrBodyTrackerHTC bodyTracker, XrBodyJointsLocateInfoHTC locateInfo, XrBodyJointLocationsHTC locations) -
Uses of XrBodyJointsLocateInfoHTC in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBodyJointsLocateInfoHTCModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrBodyJointsLocateInfoHTC
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodyJointsLocateInfoHTCModifier and TypeMethodDescriptionstatic XrBodyJointsLocateInfoHTC
@NotNull XrBodyJointsLocateInfoHTC
XrBodyJointsLocateInfoHTC.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBodyJointsLocateInfoHTC
XrBodyJointsLocateInfoHTC.clone
(Arena arena, XrBodyJointsLocateInfoHTC src) XrBodyJointsLocateInfoHTC.next
(@NotNull MemorySegment value) XrBodyJointsLocateInfoHTC.time
(long value) XrBodyJointsLocateInfoHTC.Ptr.toArray()
XrBodyJointsLocateInfoHTC.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrBodyJointsLocateInfoHTCModifier and TypeMethodDescription@NotNull Iterator
<XrBodyJointsLocateInfoHTC> XrBodyJointsLocateInfoHTC.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrBodyJointsLocateInfoHTCModifier and TypeMethodDescriptionstatic XrBodyJointsLocateInfoHTC
XrBodyJointsLocateInfoHTC.clone
(Arena arena, XrBodyJointsLocateInfoHTC src) void
XrBodyJointsLocateInfoHTC.Ptr.write
(long index, @NotNull XrBodyJointsLocateInfoHTC value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBodyJointsLocateInfoHTCModifier and TypeMethodDescriptionXrBodyJointsLocateInfoHTC.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodyJointsLocateInfoHTC> consumer)