このページを含むバージョン:
このページを含まないバージョン:
Color から Color32 に暗黙的に変換することができます。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { public Color color = new Color32(128, 255, 128, 255); }