Moveable.position

Returns an inout reference to the coordinates. It should be used to set or get the x and y coordinates. If you (re)set the position herewith, it doesn't appear in <b>_positionMoved</b> or <b>_positionReset</b>.

class Moveable
final @property ref inout pure nothrow
inout(Vector2f)
position
()

Meta