cull(engine-cleanup): pass-9 cascade round 1 after UIPanel stub

This commit is contained in:
gamer147
2026-07-03 23:29:52 -04:00
parent 853b060f02
commit 36bd90c2b3
12 changed files with 2 additions and 551 deletions

View File

@@ -43,7 +43,6 @@ public class UICamera : MonoBehaviour
public enum EventType
{
World_3D,
UI_3D }
public delegate bool GetKeyStateFunc(KeyCode key);
@@ -100,8 +99,6 @@ public class UICamera : MonoBehaviour
public static OnScreenResize onScreenResize;
public EventType eventType = EventType.UI_3D;
public bool useMouse = true;
public bool useTouch = true;