Transform.RotateAroundfunction RotateAround (point : Vector3, axis : Vector3, angle : float) : voidDescriptionRotates the transform about axis passing through point in world coordinates by angle degrees. This modifies both the position and the rotation of the transform.
JavaScript
function Update() { using UnityEngine; import UnityEngine |
