cull(engine-cleanup): pass-9 cascade round 1 after UIPanel stub
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user