このページを含むバージョン:
このページを含まないバージョン:
ランダムな Quaternion 型の値を返します(読み取り専用)
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { transform.rotation = Random.rotation; } }