Click or drag to resize

TouchScreenButtonSetTexturePressed Method

Note: This API is now obsolete.

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

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

Parameters

texturePressed
Type: GodotTexture

[Missing <param name="texturePressed"/> documentation for "M:Godot.TouchScreenButton.SetTexturePressed(Godot.Texture)"]

See Also