direction property

direction property

Light direction. Read/write LightingDirection.

Definition:

@property
def direction(self):
    ...

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

See Also