private static void AddBinder(MenuCommand command) { LayoutElement context = (LayoutElement)command.context; context.GetOrAddComponent <LayoutElementBinder>(); }