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
    float
    x
    const pure nothrow
    (
    )
  2. float x [@property setter]

Meta