set_x
Description:
[
Version ( since =
"0.6" ) ]
public void set_x (
float x)
Sets the actor's X coordinate, relative to its parent, in pixels.
Overrides any layout manager and forces a fixed position for the actor.
The x property is animatable.
Parameters:
this |
a Actor
|
x |
the actor's position on the X axis
|