好的,这是我的代码;
function stdTile(gameObjectargs)
{
gameObjectargs.parent=this;
this.gameObject=new gameObject(gameObjectargs);
}
基本上我想做的就是将'This'传递给gameObject,所以我可以在使用时参考stdTile,new stdTile({});
但由于某种原因,每次我称它为它的集合gameObject.parent
有window
什么帮助?
::编辑::
我不明白为什么我的代码没有出现,但我做了一个小提琴http://jsfiddle.net/Wjmta/