예제 #1
0
        private static void AddBinder(MenuCommand command)
        {
            TMP_InputField context = (TMP_InputField)command.context;

            context.GetOrAddComponent <TextMeshProInputFieldBinder>();
        }