Function TreeItem.getIcon
Returns the given column's icon Texture
. Error if no icon is set.
godot .d .reference .Ref!(godot.texture.Texture) getIcon
(
const(long) column
) nothrow @nogc const;
Returns the given column's icon Texture
. Error if no icon is set.
godot .d .reference .Ref!(godot.texture.Texture) getIcon
(
const(long) column
) nothrow @nogc const;