Function TextureButton.textureDisabled

Texture to display when the node is disabled. See BaseButton.disabled.

Texture textureDisabled() nothrow @property @nogc;

void textureDisabled (
  Texture v
) nothrow @property @nogc;