| Package | com.addicted2flash.tween |
| Class | public final class Property |
| Implements | IDisposable |
| Method | Defined by | ||
|---|---|---|---|
|
[static]
Creates and returns a new
Property. | Property | ||
|
dispose():void
free memory for garbage collection.
| Property | ||
| create | () | method |
public static function create(adapter:IFluxAdapter, next:Property = null):Property
Creates and returns a new Property.
adapter:IFluxAdapter — adapter
|
|
next:Property (default = null) — next property (linked list)
|
Property —
a new property
|
| dispose | () | method |
public function dispose():voidfree memory for garbage collection.