Property that indicates if this appearance has a texture associated with it.
# Get the value of the property.propertyValue = appearance_var.hasTexture
#include <Core/Materials/Appearance.h>// Get the value of the property.boolean propertyValue = appearance_var->hasTexture();