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