Add Alot of stuff, Computer, repairStation, Whole game, Many things!
This commit is contained in:
14
Assets/HUD/ComputerScreen/ComputerScreenController.cs
Normal file
14
Assets/HUD/ComputerScreen/ComputerScreenController.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
public class ComputerScreenController : MonoBehaviour {
|
||||
private UIDocument _uiDocument;
|
||||
|
||||
private void OnEnable() {
|
||||
_uiDocument = GetComponent<UIDocument>();
|
||||
var root = _uiDocument.rootVisualElement;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user