Resolve WES-128-Hangman-Clear_feedback
This commit is contained in:
committed by
Jelle De Geest
parent
68372d859b
commit
197a6200c1
@@ -360,6 +360,7 @@ public class SignPredictor : MonoBehaviour
|
||||
|
||||
yield return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -416,24 +417,8 @@ public class SignPredictor : MonoBehaviour
|
||||
webcamTexture.Play();
|
||||
}
|
||||
}
|
||||
/*
|
||||
/// <summary>
|
||||
/// Swaps the display screens
|
||||
/// </summary>
|
||||
public void SwapScreen()
|
||||
{
|
||||
if (screen2.texture == null && screen.texture != null)
|
||||
{
|
||||
screen2.texture = webcamTexture;
|
||||
screen.texture = null;
|
||||
}
|
||||
else if (screen2.texture != null && screen.texture == null)
|
||||
{
|
||||
screen.texture = webcamTexture;
|
||||
screen2.texture = null;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
public void SetModel(ModelIndex index)
|
||||
{
|
||||
this.modelList.SetCurrentModel(index);
|
||||
|
||||
Reference in New Issue
Block a user