light_type property

light_type property

Gets or sets the type of the light.

Definition:

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

See Also