using UnityEngine;
namespace TriLibCore
{
/// Represents the Viseme to Blend-Shape Keys mapped indices. The indices are generated from the Lip Sync Mappers.
public class LipSyncMapping : MonoBehaviour
{
///
/// Viseme to blend-targets mapped indices.
///
public int[] VisemeToBlendTargets;
}
}