Class createjs.Object
Defined in: object.js.
Constructor Attributes | Constructor Name and Description |
---|---|
An interface enumerating the must-have methods for all classes in this
library.
|
Method Attributes | Method Name and Description |
---|---|
copy(object)
Copies all properties of this object.
|
Class Detail
createjs.Object()
An interface enumerating the must-have methods for all classes in this
library.
Method Detail
{createjs.Object}
copy(object)
Copies all properties of this object.
- Parameters:
- {createjs.Object} object
- Returns:
- {createjs.Object}