falloff property

falloff property

Gets or sets the falloff cone angle (in degrees).

Definition:

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

See Also