Implemented Embedding Signpredictor
This commit is contained in:
@@ -74,4 +74,9 @@ public class ModelList : ScriptableObject
|
||||
{
|
||||
currentModelIndex = models.FindIndex((m) => m.index == index);
|
||||
}
|
||||
|
||||
public ModelIndex GetCurrentModelIndex()
|
||||
{
|
||||
return models[currentModelIndex].index;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user