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 recordRepresents a pointer to / an array ofXrHandCapsuleFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandCapsuleFBModifier and TypeMethodDescriptionstatic XrHandCapsuleFB@NotNull XrHandCapsuleFBXrHandCapsuleFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrHandTrackingCapsulesStateFB.capsulesAt(int index) static XrHandCapsuleFBXrHandCapsuleFB.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 TypeMethodDescriptionvoidXrHandTrackingCapsulesStateFB.capsulesAt(int index, XrHandCapsuleFB value) static XrHandCapsuleFBXrHandCapsuleFB.clone(Arena arena, XrHandCapsuleFB src) voidXrHandCapsuleFB.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)