Horje
unity get velocity of gameobject Code Example
unity get velocity of gameobject
Rigidbody rb = GetComponent<Rigidbody>();
rb.velocity; // Velocity of gameObject (Vector3)




Csharp

Related
unity destroy self Code Example unity destroy self Code Example
check ping c sharp Code Example check ping c sharp Code Example
how to destroy an object in unity Code Example how to destroy an object in unity Code Example
c# remove all null from list Code Example c# remove all null from list Code Example
regex for email c# Code Example regex for email c# Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12