UI components completed
added button functionality and mesh grid to scene
This commit is contained in:
@@ -31,7 +31,7 @@ public class ClickButton : MonoBehaviour, IPointerDownHandler, IPointerUpHandler
|
||||
|
||||
public void IWasClicked()
|
||||
{
|
||||
Debug.Log("Clicked");
|
||||
Debug.Log("Playing Simulation");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user