Click or drag to resize

Polygon2DGetVertexColors Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Polygon2D.GetVertexColors"]

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

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.Polygon2D.GetVertexColors"]

See Also