Click or drag to resize

TextureProgressSetProgressTexture Method

Note: This API is now obsolete.

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

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

Parameters

tex
Type: GodotTexture

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

See Also