Packagecom.desuade.debugging
Classpublic class CodeSet
InheritanceCodeSet Inheritance Object

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

CodeSet is a base class used by the Debug class to load all the debug codes and text. DebugCodesMotion and DebugCodesPartigen extend this class. See the source files for more information.



Public Properties
 PropertyDefined By
  codes : Object
The text for debug codes.
CodeSet
  setname : String
The name of the code set.
CodeSet
Public Methods
 MethodDefined By
  
Constructor for a code set.
CodeSet
Property Detail
codesproperty
public var codes:Object

The text for debug codes.

setnameproperty 
public var setname:String

The name of the code set.

Constructor Detail
CodeSet()Constructor
public function CodeSet()

Constructor for a code set. This should only be called once.