Sprint 4
This commit is contained in:
9
Assets/Common/Interfaces/ModelIndex.cs
Normal file
9
Assets/Common/Interfaces/ModelIndex.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
/// <summary>
|
||||
/// This enum is used to identify each of the SignLanguage models
|
||||
/// </summary>
|
||||
public enum ModelIndex
|
||||
{
|
||||
NONE,
|
||||
FINGERSPELLING,
|
||||
BASIC_SIGNS
|
||||
}
|
||||
Reference in New Issue
Block a user