TriLib
Search Results for

    Show / Hide Table of Contents

    Class VisemeCandidate

    Represents a Viseme mapping candidate. A Lip-Sync Mapper may use this information to find suitable Blend-Shapes Keys.

    Inheritance
    object
    VisemeCandidate
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: TriLibCore.Mappers
    Assembly: TriLibCore.dll
    Syntax
    public class VisemeCandidate

    Constructors

    VisemeCandidate()

    Declaration
    public VisemeCandidate()

    Fields

    CandidateNames

    List of candidate names.

    Declaration
    public List<string> CandidateNames
    Field Value
    Type Description
    List<string>

    Viseme

    Viseme type.

    Declaration
    public LipSyncViseme Viseme
    Field Value
    Type Description
    LipSyncViseme

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX