Versions with this page:
Versions without this page:
Цвета могут быть неявно преобразованы В и Из формата Vector4.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { public Vector4 aVector4 = Color.white; }