instance_light property

instance_light property

Gets or sets the instance light. The node element may instance any number of light objects.

Definition:

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

See Also