SetViewPosition (Harvest)

From OxeyeWiki

Jump to: navigation, search

setViewPosition(x, y)

Sets the world view position. The position will be clamped to the currently visible world rectangle.

Parameter Expected Type Description
x Number The world x coordinate.
y Number The world y coordinate.
Returns

Returns nothing.

Harvest Library

Example

local w,h = harvest.getScreenSize()
harvest.getViewPosition(objectX - w * .5, objectY - h * .5)

Resources

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox