material property
material property
Gets or sets the material. The material attribute declares a symbol for a material. This symbol is bound to a material at the time of instantiation. If the material attribute is not specified then the lighting and shading results are application defined. Optional attribute
Definition:
@property
def material(self):
...
@material.setter
def material(self, value):
...