TextureAttribute::GetTextureName
Defined in:
Returns the name of the texture map.
C4Attributes.h
Prototype
const ResourceName& GetTextureName(void) const;
Description
The GetTextureName
function returns the name of the texture map used by the attribute. If the texture map does not have a name (because it was not loaded from a resource), then the name is the empty string.
See Also