示例#1
0
        private static void AddBinder(MenuCommand command)
        {
            TextMeshProUGUI context = (TextMeshProUGUI)command.context;

            context.GetOrAddComponent <TextMeshProUGUIBinder>();
        }