Uses of Record Class
club.doki7.openxr.datatype.XrFaceExpressionInfoFB
Packages that use XrFaceExpressionInfoFB
-
Uses of XrFaceExpressionInfoFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFaceExpressionInfoFBModifier and TypeMethodDescriptionint
XR.getFaceExpressionWeightsFB
(XrFaceTrackerFB faceTracker, XrFaceExpressionInfoFB expressionInfo, XrFaceExpressionWeightsFB expressionWeights) -
Uses of XrFaceExpressionInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFaceExpressionInfoFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrFaceExpressionInfoFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFaceExpressionInfoFBModifier and TypeMethodDescriptionstatic XrFaceExpressionInfoFB
@NotNull XrFaceExpressionInfoFB
XrFaceExpressionInfoFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrFaceExpressionInfoFB
XrFaceExpressionInfoFB.clone
(Arena arena, XrFaceExpressionInfoFB src) XrFaceExpressionInfoFB.next
(@NotNull MemorySegment value) XrFaceExpressionInfoFB.time
(long value) XrFaceExpressionInfoFB.Ptr.toArray()
XrFaceExpressionInfoFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFaceExpressionInfoFBModifier and TypeMethodDescription@NotNull Iterator
<XrFaceExpressionInfoFB> XrFaceExpressionInfoFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrFaceExpressionInfoFBModifier and TypeMethodDescriptionstatic XrFaceExpressionInfoFB
XrFaceExpressionInfoFB.clone
(Arena arena, XrFaceExpressionInfoFB src) void
XrFaceExpressionInfoFB.Ptr.write
(long index, @NotNull XrFaceExpressionInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFaceExpressionInfoFBModifier and TypeMethodDescriptionXrFaceExpressionInfoFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrFaceExpressionInfoFB> consumer)