包含此页的版本:
不含此页的版本:
返回具有一致分布的随机旋转(只读)。
using UnityEngine;public class Example : MonoBehaviour { void Start() { // Sets a random orientation for the object. transform.rotation = Random.rotationUniform; } }