Click or drag to resize

Polygon2DSetVertexColors Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Polygon2D.SetVertexColors(Godot.Color[])"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVertexColors is deprecated. Use the VertexColors property instead.")]
public void SetVertexColors(
	Color[] vertexColors
)

Parameters

vertexColors
Type: GodotColor

[Missing <param name="vertexColors"/> documentation for "M:Godot.Polygon2D.SetVertexColors(Godot.Color[])"]

See Also