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