このページを含むバージョン:
このページを含まないバージョン:
クォータニオンの値を見やすくした文字列を返します。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(Quaternion.identity); } }