VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface ICopyable
Methods
Package
vegas.core
Interface
public interface ICopyable
Interface implemented by classes that can produce "deep" copies of their objects.
Public Methods
Method
Defined by
copy
():*
Creates and returns a deep copy of the object.
ICopyable
Method detail
copy
()
method
public function copy():*
Creates and returns a deep copy of the object.
Returns
*
— A new object that is a deep copy of this instance.