Version: 2022.1
언어: 한국어
public byte r ;

설명

Red component of the color.

using UnityEngine;

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