Class XrFacialExpressionBlendShapePropertiesML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFacialExpressionBlendShapePropertiesML extends Struct<XrFacialExpressionBlendShapePropertiesML> implements NativeResource
struct XrFacialExpressionBlendShapePropertiesML {
    XrStructureType type;
    void * next;
    XrFacialBlendShapeML requestedFacialBlendShape;
    float weight;
    XrFacialExpressionBlendShapePropertiesFlagsML flags;
    XrTime time;
}