Versions with this page:
Versions without this page:
可在 Vector4 中隐式地来回转换颜色。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { public Color aColor = new Vector4(0.5F, 1, 0.5F, 1); }