| Package | com.desuade.partigen |
| Class | public class Partigen |
| Inheritance | Partigen Object |
| Language Version : | ActionScript 3 |
| Since : | 20.04.2009 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.0 |
| Property | Defined By | ||
|---|---|---|---|
| emitterCount : int [static] [read-only]
The amount of total emitters created so far in the engine. | Partigen | ||
| particleCount : int [static] [read-only]
The amount of total particles created so far in the engine. | Partigen | ||
| Constant | Defined By | ||
|---|---|---|---|
| AUTHORS : Array [static]
An array of the authors that programmed the engine
| Partigen | ||
| COMPANY : String = Desuade [static]
Company that owns the source code
| Partigen | ||
| LANGUAGE : String = en_as3 [static]
The language of the engine, both human language and ActionScript
| Partigen | ||
| NAME : String = Desuade Partigen [static]
Official name of the package
| Partigen | ||
| URL : String = http://desuade.com/ [static]
Homepage for the package
| Partigen | ||
| VERSION : Number = 2.511 [static]
The numeric version of the package. | Partigen | ||
| VERSIONLABEL : String = 2.5.1 [static]
The "official" release version. | Partigen | ||
| emitterCount | property |
emitterCount:int [read-only] The amount of total emitters created so far in the engine.
public static function get emitterCount():int| particleCount | property |
particleCount:int [read-only] The amount of total particles created so far in the engine.
public static function get particleCount():int| AUTHORS | Constant |
public static const AUTHORS:ArrayAn array of the authors that programmed the engine
| COMPANY | Constant |
public static const COMPANY:String = DesuadeCompany that owns the source code
| LANGUAGE | Constant |
public static const LANGUAGE:String = en_as3The language of the engine, both human language and ActionScript
| NAME | Constant |
public static const NAME:String = Desuade PartigenOfficial name of the package
| URL | Constant |
public static const URL:String = http://desuade.com/Homepage for the package
| VERSION | Constant |
public static const VERSION:Number = 2.511The numeric version of the package. Used for version comparisons.
| VERSIONLABEL | Constant |
public static const VERSIONLABEL:String = 2.5.1The "official" release version.