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