Click or drag to resize

TouchScreenButtonGetTexturePressed Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TouchScreenButton.GetTexturePressed"]

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

Return Value

Type: Texture

[Missing <returns> documentation for "M:Godot.TouchScreenButton.GetTexturePressed"]

See Also