Click or drag to resize

TextureProgressSetTintOver Method

Note: This API is now obsolete.

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

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

Parameters

tint
Type: GodotColor

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

See Also