Click or drag to resize

TextureHasAlpha Method

Returns true if this Texture has an alpha channel.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool HasAlpha()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Texture.HasAlpha"]

See Also