Color.Vector4

Description

Colors can be implicitly converted to and from Vector4.

using UnityEngine;

public class Example : MonoBehaviour { void Start() { Vector4 newV4 = new Color(0.3f, 0.4f, 0.6f); } }
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答