Beispiel #1
0
    void stopAll()
    {
        Physics2DRaycaster physics2DRaycaster = mainCamera.GetComponent <Physics2DRaycaster>();

        if (physics2DRaycaster != null)
        {
            physics2DRaycaster.enabled = true;
        }
        gameController.stopAll();
    }
Beispiel #2
0
 void stopAll()
 {
     gameController.stopAll();
 }