points_at_y method

points_at_y

Sets the ‘pointsAtY’ attribute, indicating the y-coordinate towards which the light is pointing.

Returns

The current builder instance.

def points_at_y(self, value):
    ...
ParameterTypeDescription
valuefloatThe pointsAtY value.

See Also