cast_shadows property

cast_shadows property

Gets or sets a value indicating whether [cast shadows].

Definition:

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

See Also