Versions with this page:
Versions without this page:
Devuelve una cadena bien formateada de este color.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(Color.white); } }