Click or drag to resize

TextureButtonGetPressedTexture Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureButton.GetPressedTexture"]

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

Return Value

Type: Texture

[Missing <returns> documentation for "M:Godot.TextureButton.GetPressedTexture"]

See Also