IngameMapMobile
IngameMapMobile
Description
IngameMap Mobile Subclass for mobile ingame map
Parent
Functions
setScale
Description
Set this element's scale.
Definition
setScale()
Arguments
| any | uiScale |
|---|
Code
function IngameMapMobile:setScale(uiScale)
IngameMapMobile:superClass().setScale( self , uiScale, uiScale)
local posX, posY = self:getBackgroundPosition(uiScale)
self:setPosition(posX, posY)
end