Package | away3d.core.utils |
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):void
Parameters
message:Object |
trace | () | method |
public static function trace(message:Object):void
Parameters
message:Object |
warning | () | method |
public static function warning(message:Object):void
Parameters
message:Object |