visibleRect
Class
cc.visibleRect is a singleton object which defines the actual visible rect of the current view, it should represent the same rect as cc.view.getViewportRect()
Index
Properties
topLeft
Vec2
Top left coordinate of the screen related to the game scene.topRight
Vec2
Top right coordinate of the screen related to the game scene.top
Vec2
Top center coordinate of the screen related to the game scene.bottomLeft
Vec2
Bottom left coordinate of the screen related to the game scene.bottomRight
Vec2
Bottom right coordinate of the screen related to the game scene.bottom
Vec2
Bottom center coordinate of the screen related to the game scene.center
Vec2
Center coordinate of the screen related to the game scene.left
Vec2
Left center coordinate of the screen related to the game scene.right
Vec2
Right center coordinate of the screen related to the game scene.width
Number
Width of the screen.height
Number
Height of the screen.
Methods
init
initialize
Details
Properties
topLeft
Top left coordinate of the screen related to the game scene.
meta | description |
---|---|
Type | Vec2 |
Defined in | cocos2d/core/platform/CCVisibleRect.js:95 |
topRight
Top right coordinate of the screen related to the game scene.
meta | description |
---|---|
Type | Vec2 |
Defined in | cocos2d/core/platform/CCVisibleRect.js:101 |
top
Top center coordinate of the screen related to the game scene.
meta | description |
---|---|
Type | Vec2 |
Defined in | cocos2d/core/platform/CCVisibleRect.js:107 |
bottomLeft
Bottom left coordinate of the screen related to the game scene.
meta | description |
---|---|
Type | Vec2 |
Defined in | cocos2d/core/platform/CCVisibleRect.js:113 |
bottomRight
Bottom right coordinate of the screen related to the game scene.
meta | description |
---|---|
Type | Vec2 |
Defined in | cocos2d/core/platform/CCVisibleRect.js:119 |
bottom
Bottom center coordinate of the screen related to the game scene.
meta | description |
---|---|
Type | Vec2 |
Defined in | cocos2d/core/platform/CCVisibleRect.js:125 |
center
Center coordinate of the screen related to the game scene.
meta | description |
---|---|
Type | Vec2 |
Defined in | cocos2d/core/platform/CCVisibleRect.js:131 |
left
Left center coordinate of the screen related to the game scene.
meta | description |
---|---|
Type | Vec2 |
Defined in | cocos2d/core/platform/CCVisibleRect.js:137 |
right
Right center coordinate of the screen related to the game scene.
meta | description |
---|---|
Type | Vec2 |
Defined in | cocos2d/core/platform/CCVisibleRect.js:143 |
width
Width of the screen.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/platform/CCVisibleRect.js:149 |
height
Height of the screen.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/platform/CCVisibleRect.js:155 |
Methods
init
initialize
meta | description |
---|---|
Defined in | cocos2d/core/platform/CCVisibleRect.js:50 |
Parameters
visibleRect
Rect