Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
CanvasModulate
繼承: Node2D < CanvasItem < Node < Object
將一種色調套用於一張畫布的節點。
說明
CanvasModulate 將一種色調套用於一張畫布上的所有節點。一張畫布只有一個可用於為畫布著色,但 CanvasLayer 可用於獨立算繪事物。
教學
屬性
|
屬性說明
Color color = Color(1, 1, 1, 1) 🔗
要套用的色調顏色。