light_type property

light_type property

Gets or sets the light’s type

Definition:

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

See Also