fade_direction property

fade_direction property

Specifies the direction to offset the reflection. (angle). Read/write float.

Definition:

@property
def fade_direction(self):
    ...

@fade_direction.setter
def fade_direction(self, value):
    ...

See Also