Suppose the variable myButton is defined as Button myButton; and has been set up in the Unity editor.
Select the correct statement about the word "thisArgument" in the following line of code:
myButton.onClick.AddListener
(thisArgument);
a. thisArgument is another button
b. thisArgument is a constant
c. thisArgument is a variable
d. thisArgument is a method's name