Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当光标在文本上时如何更改不透明度?
就像在那些图片中:
我正在使用 TextMeshPro
通过使用面颜色的 alpha 属性
// R G B A textmeshPro.faceColor = new Color32(255, 128, 0, 255);