| Package | away3d.debug |
| Class | public class Debug |
| Inheritance | Debug Object |
| Property | Defined By | ||
|---|---|---|---|
| active : Boolean = false [static] | Debug | ||
| warningsAsErrors : Boolean = false [static] | Debug | ||
| Method | Defined By | ||
|---|---|---|---|
clear():void [static] | Debug | ||
delimiter():void [static] | Debug | ||
error(message:Object):void [static] | Debug | ||
trace(message:Object):void [static] | Debug | ||
warning(message:Object):void [static] | Debug | ||
| active | property |
public static var active:Boolean = false| warningsAsErrors | property |
public static var warningsAsErrors:Boolean = false| clear | () | method |
public static function clear():void| delimiter | () | method |
public static function delimiter():void| error | () | method |
public static function error(message:Object):voidParameters
message:Object |
| trace | () | method |
public static function trace(message:Object):voidParameters
message:Object |
| warning | () | method |
public static function warning(message:Object):voidParameters
message:Object |