visibleRect 类型

模块: _decorator父模块: cc

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()

索引

属性(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.
方法

Details

属性(properties)

topLeft
Top left coordinate of the screen related to the game scene.
metadescription
类型Vec2
定义于cocos2d/core/platform/CCVisibleRect.js:94
topRight
Top right coordinate of the screen related to the game scene.
metadescription
类型Vec2
定义于cocos2d/core/platform/CCVisibleRect.js:99
top
Top center coordinate of the screen related to the game scene.
metadescription
类型Vec2
定义于cocos2d/core/platform/CCVisibleRect.js:104
bottomLeft
Bottom left coordinate of the screen related to the game scene.
metadescription
类型Vec2
定义于cocos2d/core/platform/CCVisibleRect.js:109
bottomRight
Bottom right coordinate of the screen related to the game scene.
metadescription
类型Vec2
定义于cocos2d/core/platform/CCVisibleRect.js:114
bottom
Bottom center coordinate of the screen related to the game scene.
metadescription
类型Vec2
定义于cocos2d/core/platform/CCVisibleRect.js:119
center
Center coordinate of the screen related to the game scene.
metadescription
类型Vec2
定义于cocos2d/core/platform/CCVisibleRect.js:124
left
Left center coordinate of the screen related to the game scene.
metadescription
类型Vec2
定义于cocos2d/core/platform/CCVisibleRect.js:129
right
Right center coordinate of the screen related to the game scene.
metadescription
类型Vec2
定义于cocos2d/core/platform/CCVisibleRect.js:134
width
Width of the screen.
metadescription
类型Number
定义于cocos2d/core/platform/CCVisibleRect.js:139
height
Height of the screen.
metadescription
类型Number
定义于cocos2d/core/platform/CCVisibleRect.js:144



#### 方法



##### init


initialize

metadescription
定义于cocos2d/core/platform/CCVisibleRect.js:50
参数列表