Class XrFacialSimulationDataBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFacialSimulationDataBD extends Struct<XrFacialSimulationDataBD> implements NativeResource
struct XrFacialSimulationDataBD {
    XrStructureType type;
    void * next;
    uint32_t faceExpressionWeightCount;
    float * faceExpressionWeights;
    XrBool32 isUpperFaceDataValid;
    XrBool32 isLowerFaceDataValid;
    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.
    • FACEEXPRESSIONWEIGHTCOUNT

      public static final int FACEEXPRESSIONWEIGHTCOUNT
      The struct member offsets.
    • FACEEXPRESSIONWEIGHTS

      public static final int FACEEXPRESSIONWEIGHTS
      The struct member offsets.
    • ISUPPERFACEDATAVALID

      public static final int ISUPPERFACEDATAVALID
      The struct member offsets.
    • ISLOWERFACEDATAVALID

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

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

    • XrFacialSimulationDataBD

      public XrFacialSimulationDataBD(ByteBuffer container)
      Creates a XrFacialSimulationDataBD 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