home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
germ_roundup.swf
/
scripts
/
__Packages
/
smashing
/
RenderResult.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
242 b
|
12 lines
class smashing.RenderResult
{
function RenderResult()
{
}
function toString()
{
var _loc1_ = this;
return "[class RenderResult, x:" + _loc1_.x + ", y:" + _loc1_.y + " scale:" + _loc1_.scale + "]";
}
}