Packagecom.desuade.partigen
Classpublic class Partigen
InheritancePartigen Inheritance Object

Language Version : ActionScript 3
Since : 20.04.2009
Runtime Versions : AIR 1.0, Flash Player 9.0.0

This is a static class that's used to store constants for the Desuade Partigen Package.



Public Properties
 PropertyDefined 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
Public Constants
 ConstantDefined 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.522
[static] The numeric version of the package.
Partigen
  VERSIONLABEL : String = 2.5.2
[static] The "official" release version.
Partigen
Property Detail
emitterCountproperty
emitterCount:int  [read-only]

The amount of total emitters created so far in the engine.


Implementation
    public static function get emitterCount():int
particleCountproperty 
particleCount:int  [read-only]

The amount of total particles created so far in the engine.


Implementation
    public static function get particleCount():int
Constant Detail
AUTHORSConstant
public static const AUTHORS:Array

An array of the authors that programmed the engine

COMPANYConstant 
public static const COMPANY:String = Desuade

Company that owns the source code

LANGUAGEConstant 
public static const LANGUAGE:String = en_as3

The language of the engine, both human language and ActionScript

NAMEConstant 
public static const NAME:String = Desuade Partigen

Official name of the package

URLConstant 
public static const URL:String = http://desuade.com/

Homepage for the package

VERSIONConstant 
public static const VERSION:Number = 2.522

The numeric version of the package. Used for version comparisons.

VERSIONLABELConstant 
public static const VERSIONLABEL:String = 2.5.2

The "official" release version.