Click or drag to resize

TextureButtonSetFocusedTexture Method

Note: This API is now obsolete.

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

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

Parameters

texture
Type: GodotTexture

[Missing <param name="texture"/> documentation for "M:Godot.TextureButton.SetFocusedTexture(Godot.Texture)"]

See Also