包含此页的版本:
不含此页的版本:
Divides color a by the float b. Each color component is scaled separately.
a
b
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { public Color grayColor = Color.white / 2; }