Version: 2022.3
言語: 日本語
public byte b ;

説明

青成分

using UnityEngine;

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

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