Versions with this page:
Versions without this page:
Los colores pueden convertirse implícitamente a y desde Vector4.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { public Vector4 aVector4 = Color.white; }