Answers for "how to make an object rotate on an axis unity"

C#
21

how to rotate object unity

public Transform Position; // make reference in inspector

Position.Rotate(x, y, z);
Posted by: Guest on July-06-2020
1

unity rotate around axis

transform.Rotate(axis, degrees);
Posted by: Guest on June-08-2020

Code answers related to "how to make an object rotate on an axis unity"

C# Answers by Framework

Browse Popular Code Answers by Language