Versions with this page:
Versions without this page:
Returns a nicely formatted string of the Quaternion.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(Quaternion.identity); } }