Change Name of BaseModelSelector
This commit is contained in:
@@ -4,7 +4,7 @@ using UnityEngine.UI;
|
|||||||
using UnityEngine.EventSystems;
|
using UnityEngine.EventSystems;
|
||||||
using UnityEngine.InputSystem.UI;
|
using UnityEngine.InputSystem.UI;
|
||||||
|
|
||||||
public class AutoModelSelector : MonoBehaviour
|
public class BaseModelSelector : MonoBehaviour
|
||||||
{
|
{
|
||||||
private Canvas canvas;
|
private Canvas canvas;
|
||||||
private GameObject buttonPrefab;
|
private GameObject buttonPrefab;
|
||||||
@@ -12,6 +12,7 @@ public class AutoModelSelector : MonoBehaviour
|
|||||||
private BaseModel selectedModel = null; // Gemerkte Auswahl!
|
private BaseModel selectedModel = null; // Gemerkte Auswahl!
|
||||||
|
|
||||||
public ModelManager modelManager; // <-- ziehen wir im Inspector rein
|
public ModelManager modelManager; // <-- ziehen wir im Inspector rein
|
||||||
|
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
SetupEventSystem();
|
SetupEventSystem();
|
||||||
Reference in New Issue
Block a user