Exemplo n.º 1
0
        public void ShowBindings(BindingsHintCategory hintCategory)
        {
            var controller = CurrentController;

            if (controller != null)
            {
                CurrentController.ShowBindings(hintCategory);
            }
            else
            {
                Debug.LogWarning("Bindings Controller not available");
            }
        }