Package | com.threerings.util |
Class | public class ParameterUtil |
Method | Defined by | ||
---|---|---|---|
getInfoParameters(loaderInfo:LoaderInfo, callback:Function):void
[static]
Get the parameters.
| ParameterUtil | ||
getParameters(disp:DisplayObject, callback:Function):void
[static]
Get the parameters.
| ParameterUtil |
Method | Defined by | ||
---|---|---|---|
logWarning(msg:String):void
[static]
Convenience function to log a warning, since we don't keep around
a Log instance.
| ParameterUtil |
getInfoParameters | () | method |
public static function getInfoParameters(loaderInfo:LoaderInfo, callback:Function):void
Get the parameters. Note: the callback function may be called prior to this method returning.
ParametersloaderInfo:LoaderInfo |
|
callback:Function |
getParameters | () | method |
public static function getParameters(disp:DisplayObject, callback:Function):void
Get the parameters. Note: the callback function may be called prior to this method returning.
Parametersdisp:DisplayObject |
|
callback:Function |
logWarning | () | method |
protected static function logWarning(msg:String):void
Convenience function to log a warning, since we don't keep around a Log instance.
Parametersmsg:String |