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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrBodyJointLocationsHTCstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodyJointLocationsHTCModifier and TypeMethodDescriptionstatic XrBodyJointLocationsHTC@NotNull XrBodyJointLocationsHTCXrBodyJointLocationsHTC.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrBodyJointLocationsHTCXrBodyJointLocationsHTC.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 XrBodyJointLocationsHTCXrBodyJointLocationsHTC.clone(Arena arena, XrBodyJointLocationsHTC src) voidXrBodyJointLocationsHTC.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)