distance property

distance property

Distance of shadow. Read/write float.

Definition:

@property
def distance(self):
    ...

@distance.setter
def distance(self, value):
    ...

See Also