y method

y

Sets the ‘y’ attribute of the fePointLight element, specifying the y-coordinate of the light source.

Returns

The current builder instance.

def y(self, value):
    ...
ParameterTypeDescription
valuefloatThe y-coordinate value.

See Also