Answers for "c# get rigidbody"

C#
7

unity get rigidbody

//The Variable
Rigibody rb;

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

Code answers related to "c# get rigidbody"

C# Answers by Framework

Browse Popular Code Answers by Language