Transformable.y

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

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

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

Meta