Transform.setLocationX

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

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

Meta