Versions with this page:
Versions without this page:
Возвращает случайное вращение (Read Only).
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { transform.rotation = Random.rotation; } }