points_at_x method

points_at_x

Sets the ‘pointsAtX’ attribute, indicating the x-coordinate towards which the light is pointing.

Returns

The current builder instance.

def points_at_x(self, value):
    ...
ParameterTypeDescription
valuefloatThe pointsAtX value.

See Also