if use GetComonet() without parameters.what is it express?
1 Answer
1First, GetComonet() isn't a function in Unity.
If you mean GetComponent, the answer is - nothing. It has to have an argument.
if use GetComonet() without parameters.what is it express?
First, GetComonet() isn't a function in Unity.
If you mean GetComponent, the answer is - nothing. It has to have an argument.
and GetComponent< T >( )?(without parameters)
– anon13290413