Version: 2020.2
언어: 한국어
public byte b ;

설명

Blue component of the color.

using UnityEngine;

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