Files
unity-application/Assets/Common/Interfaces/ModelIndex.cs
Dries Van Schuylenbergh fcd8acad1e Demo day booth
2023-04-23 18:50:07 +00:00

10 lines
168 B
C#

/// <summary>
/// This enum is used to identify each of the SignLanguage models
/// </summary>
public enum ModelIndex
{
NONE,
FINGERSPELLING,
BASIC_SIGNS
}