Click or drag to resize

TextureButtonGetFocusedTexture Method

Note: This API is now obsolete.

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

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

Return Value

Type: Texture

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

See Also