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