Versions with this page:
Versions without this page:
返回随机旋转(只读)。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { transform.rotation = Random.rotation; } }