Пример #1
0
        private static void AddBinder(MenuCommand command)
        {
            LayoutElement context = (LayoutElement)command.context;

            context.GetOrAddComponent <LayoutElementBinder>();
        }