public byte g;
Описание
Зеленый компонент цвета.
using UnityEngine;
public class Example : MonoBehaviour
{
Color32 color = Color.white;
void Start()
{
color.g = 0;
}
}
Зеленый компонент цвета.
using UnityEngine;
public class Example : MonoBehaviour
{
Color32 color = Color.white;
void Start()
{
color.g = 0;
}
}