Face tracker component. All transformations components of entity with faceTracker component will update relatively face, which index was specified in face asset. Also updates face asset resources. Subinterface of component.

Hierarchy

Methods

  • Returns Face

    face (face): face asset

  • true if fase with index, specified in face asset was recognized

    Returns boolean

    face recognition flag

  • true if disgust

    Returns boolean

    flag

  • true if eyebrows up

    Returns boolean

    flag

  • true if mouth is open

    Returns boolean

    flag

  • true if is smiling

    Returns boolean

    flag

  • Sets face to face tracker.

    Parameters

    • face: Face

      face asset

    Returns void