linear_attenuation property

linear_attenuation property

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

Definition:

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

See Also