Version: 2020.3
言語: 日本語
public byte g ;

説明

緑成分

using UnityEngine;

public class Example : MonoBehaviour { Color32 color = Color.white; void Start() { color.g = 0; } }

Did you find this page useful? Please give it a rating: