VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Copyable
Methods
Package
vegas
Interface
public interface Copyable
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.
Copyable
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.
Mardi Août 16 2011, 02:33 PM +02:00