Class cc.Class
Defined in: CCClass.js.
Constructor Attributes | Constructor Name and Description |
---|---|
cc.Class()
The base Class implementation (does nothing)
|
Method Attributes | Method Name and Description |
---|---|
<static> |
cc.Class.extend(prop)
Create a new Class that inherits from this Class
|
Method Detail
<static>
{function}
cc.Class.extend(prop)
Create a new Class that inherits from this Class
- Parameters:
- {object} prop
- Returns:
- {function}