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

説明

アルファ成分

using UnityEngine;

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

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