Assets.Scripts.Scenes.Game.ComboHits.ComboHitFeedbackBubbleController.Show C# (CSharp) Method

Show() public method

public Show ( Vector2 position, int value ) : void
position UnityEngine.Vector2
value int
return void
        public void Show(Vector2 position, int value)
        {
            base.Show(position, value.ToString(), HIT_FEEDBACK_TEXT_COLOR, false);
        }
    }
ComboHitFeedbackBubbleController