C# Class PanAndZoom, 2015-Fall

Inheritance: MonoBehaviour
Mostra file Open project: BioRubeBotProject/2015-Fall Class Usage Examples

Public Properties

Property Type Description
_canvas Canvas
ffwBtn GameObject
invertMoveX bool
invertMoveY bool
mapHeight float
mapWidth float
maxZoom float
menuBtn GameObject
minZoom float
moveSensitivityX float
moveSensitivityY float
orthoZoomSpeed float
pauseBtn GameObject
playBtn GameObject
resetBtn GameObject
tutorialBtn GameObject
updateZoomSensitivity bool
zooming bool

Public Methods

Method Description
CalculateLevelBounds ( ) : void
LateUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CalculateLevelBounds() public method

public CalculateLevelBounds ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_canvas public_oe property

public Canvas _canvas
return Canvas

ffwBtn public_oe property

public GameObject ffwBtn
return GameObject

invertMoveX public_oe property

public bool invertMoveX
return bool

invertMoveY public_oe property

public bool invertMoveY
return bool

mapHeight public_oe property

public float mapHeight
return float

mapWidth public_oe property

public float mapWidth
return float

maxZoom public_oe property

public float maxZoom
return float

menuBtn public_oe property

public GameObject menuBtn
return GameObject

minZoom public_oe property

public float minZoom
return float

moveSensitivityX public_oe property

public float moveSensitivityX
return float

moveSensitivityY public_oe property

public float moveSensitivityY
return float

orthoZoomSpeed public_oe property

public float orthoZoomSpeed
return float

pauseBtn public_oe property

public GameObject pauseBtn
return GameObject

playBtn public_oe property

public GameObject playBtn
return GameObject

resetBtn public_oe property

public GameObject resetBtn
return GameObject

tutorialBtn public_oe property

public GameObject tutorialBtn
return GameObject

updateZoomSensitivity public_oe property

public bool updateZoomSensitivity
return bool

zooming public_oe property

public bool zooming
return bool