constant_attenuation property

constant_attenuation property

Gets or sets the constant attenuation to calculate the total attenuation of the light

Definition:

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

See Also