direction property

direction property

Direction of shadow. Read/write float.

Definition:

@property
def direction(self):
    ...

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

See Also