Click or drag to resize

TextureProgressSetTintProgress Method

Note: This API is now obsolete.

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

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

Parameters

tint
Type: GodotColor

[Missing <param name="tint"/> documentation for "M:Godot.TextureProgress.SetTintProgress(Godot.Color)"]

See Also