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