Assets.Scripts.Scenes.Game.LootItems.LootItemSelectionController.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
        void Update()
        {
            if (this.gameObject.IsMouseDownOutside())
            {
                HideSelectionPanel();
            }
        }