Function TabContainer.getTabIcon
Returns the Texture
for the tab at index tab_idx
or null
if the tab has no Texture
.
godot .d .reference .Ref!(godot.texture.Texture) getTabIcon
(
const(long) tab_idx
) nothrow @nogc const;