cast_shadows property

cast_shadows property

Gets or sets whether this geometry can cast shadow

Definition:

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

See Also