Class XrFaceExpressionWeights2FB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFaceExpressionWeights2FB extends Struct<XrFaceExpressionWeights2FB> implements NativeResource
struct XrFaceExpressionWeights2FB {
    XrStructureType type;
    void * next;
    uint32_t weightCount;
    float * weights;
    uint32_t confidenceCount;
    float * confidences;
    XrBool32 isValid;
    XrBool32 isEyeFollowingBlendshapesValid;
    XrFaceTrackingDataSource2FB dataSource;
    XrTime time;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • WEIGHTCOUNT

      public static final int WEIGHTCOUNT
      The struct member offsets.
    • WEIGHTS

      public static final int WEIGHTS
      The struct member offsets.
    • CONFIDENCECOUNT

      public static final int CONFIDENCECOUNT
      The struct member offsets.
    • CONFIDENCES

      public static final int CONFIDENCES
      The struct member offsets.
    • ISVALID

      public static final int ISVALID
      The struct member offsets.
    • ISEYEFOLLOWINGBLENDSHAPESVALID

      public static final int ISEYEFOLLOWINGBLENDSHAPESVALID
      The struct member offsets.
    • DATASOURCE

      public static final int DATASOURCE
      The struct member offsets.
    • TIME

      public static final int TIME
      The struct member offsets.
  • Constructor Details

    • XrFaceExpressionWeights2FB

      public XrFaceExpressionWeights2FB(ByteBuffer container)
      Creates a XrFaceExpressionWeights2FB instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details