cast_light property

cast_light property

Gets or sets if the current light instance can illuminate other objects.

Definition:

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

See Also