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