unity之RotateAround 一个物体围绕另一个物体旋转

public void RotateAround(Vector3 point, Vector3 axis, float angle); point:要围绕的点; axiw:要围绕的轴,如x,y,z angel:旋转的角度 如下是一个简单的demo,一个消息图片围绕箭头图片旋转;this using UnityEngine; using System.Collections; public cla
相关文章
相关标签/搜索