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