phong property

phong property

Gets or sets the shader that used to render the phong material

Definition:

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

See Also