feat: ui transparency when not hovered
This commit is contained in:
parent
88a97164ea
commit
12304c6bb4
366 changed files with 27618 additions and 28 deletions
8
Assets/Scripts/View/UnfocusableEventSystem.cs
Normal file
8
Assets/Scripts/View/UnfocusableEventSystem.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using UnityEngine.EventSystems;
|
||||
|
||||
namespace View {
|
||||
public class UnfocusableEventSystem : EventSystem {
|
||||
//Dummy method to prevent calling base method
|
||||
protected override void OnApplicationFocus(bool hasFocus) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue