using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// This enum is used to identify each of the SignLanguage models /// public enum ModelIndex { NONE, FINGERSPELLING }