Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
.В какой строке правильно присвоен компонент переменной?
rb = GetComponent<Rigidbody>;
rb = GetComponent
<Rigidbody>;
rb = GetComponent(Rigidbody) {};
(Rigidbody) {};
rb = GetComponent<Rigidbody> ();
<Rigidbody> ();
rb = GetComponent(Rigidbody);
(Rigidbody);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!