Transform.setLocationY

* Translate y-coordinate location. * Location is done in space. * Returns reference to this so it can be used in a stream.

class Transform
setLocationY
(
string op = "="
)
(
float value
)
if (
op == "=" ||
op == "+="
||
op == "-="
)

Meta