light_position property

light_position property

Gets or sets the light position.

Definition:

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

See Also