Answers for "unity using rigidbody in script"

C#
7

get rigidbody component unity

//The Variable
Rigibody rb;

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

unity get rigidbody

My RB
Posted by: Guest on June-02-2021

Code answers related to "unity using rigidbody in script"

C# Answers by Framework

Browse Popular Code Answers by Language