Class cc.Rect
- Defined in: CCGeometry.js
Constructor Attributes | Constructor Name and Description |
---|---|
cc.Rect(x, y, width, height)
|
Class Detail
cc.Rect(x, y, width, height)
- Parameters:
- {Number} x
- a Number value as x
- {Number} y
- a Number value as y
- {Number} width
- {Number} height
- Constructor