Click or drag to resize

TextureProgressSetOverTexture Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetOverTexture is deprecated. Use the TextureOver property instead.")]
public void SetOverTexture(
	Texture tex
)

Parameters

tex
Type: GodotTexture

[Missing <param name="tex"/> documentation for "M:Godot.TextureProgress.SetOverTexture(Godot.Texture)"]

See Also