このページを含むバージョン:
このページを含まないバージョン:
ランダムな Quaternion 型の値を返します(読み取り専用)
using UnityEngine;public class Example : MonoBehaviour { void Start() { // Sets a random orientation for the object. transform.rotation = Random.rotationUniform; } }