Uses of Record Class
club.doki7.openxr.datatype.XrHandCapsuleFB
Packages that use XrHandCapsuleFB
-
Uses of XrHandCapsuleFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrHandCapsuleFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrHandCapsuleFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandCapsuleFBModifier and TypeMethodDescriptionstatic XrHandCapsuleFB
@NotNull XrHandCapsuleFB
XrHandCapsuleFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrHandTrackingCapsulesStateFB.capsulesAt
(int index) static XrHandCapsuleFB
XrHandCapsuleFB.clone
(Arena arena, XrHandCapsuleFB src) XrHandCapsuleFB.joint
(int value) XrHandCapsuleFB.points
(XrVector3f.Ptr value) XrHandCapsuleFB.points
(@NotNull Consumer<XrVector3f.Ptr> consumer) XrHandCapsuleFB.radius
(float value) XrHandCapsuleFB.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrHandCapsuleFBModifier and TypeMethodDescription@NotNull Iterator
<XrHandCapsuleFB> XrHandCapsuleFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrHandCapsuleFBModifier and TypeMethodDescriptionvoid
XrHandTrackingCapsulesStateFB.capsulesAt
(int index, XrHandCapsuleFB value) static XrHandCapsuleFB
XrHandCapsuleFB.clone
(Arena arena, XrHandCapsuleFB src) void
XrHandCapsuleFB.Ptr.write
(long index, @NotNull XrHandCapsuleFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHandCapsuleFBModifier and TypeMethodDescriptionXrHandCapsuleFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandCapsuleFB> consumer)