material property

material property

Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape.

Definition:

@property
def material(self):
    ...
@material.setter
def material(self, value):
    ...

See Also