Transformable.x

Returns the x coordinate <b>by value</b>

Note: if you want to change the coordinate, use either move or setPosition

  1. float x [@property getter]
    class Transformable
    final @nogc @property const pure nothrow
    float
    x
    ()
  2. float x [@property setter]

Meta