Click or drag to resize

TextureProgressSetFillMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureProgress.SetFillMode(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFillMode is deprecated. Use the FillMode property instead.")]
public void SetFillMode(
	int mode
)

Parameters

mode
Type: SystemInt32

[Missing <param name="mode"/> documentation for "M:Godot.TextureProgress.SetFillMode(System.Int32)"]

See Also