Click or drag to resize

Polygon2DVertexColors Property

Color for each vertex. Colors are interpolated between vertices, resulting in smooth gradients. There should be one per polygon vertex. If there are fewer, undefined vertices will use color.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Color[] VertexColors { get; set; }

Property Value

Type: Color
See Also