Hello,
I’m loading some OBJ files, which is working as expected. What I want to do is, to add some Parameters to the onResourceComplete function. I don’t know how the correct syntax is. Could anyone please help me?
Here is is call so far:
_loaders[i].addEventListener(LoaderEvent.RESOURCE_COMPLETE, onResourceComplete);
...
private function onResourceComplete(event:LoaderEvent):void
Thanks