ambient property

ambient property

Gets or Sets the default ambient color of this asset

Definition:

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

See Also