Answers for "unity get rigidbody this"

C#
7

get rigidbody component unity

//The Variable
Rigibody rb;

void Start()
{
	rb = GetComponent<Rigidbody>();
}
Posted by: Guest on July-09-2020

Code answers related to "unity get rigidbody this"

C# Answers by Framework

Browse Popular Code Answers by Language