Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kPoirier

Pages: [1]
1
Support / AddObject callback
« on: April 10, 2013, 09:41:01 am »
Hi,

I search a method to use a callback with a method addObject in World's class.

Code: [Select]
public void myFunction(){
  ob= Loader.loadSerializedObject(...);
  world.addObject(ob);
}

I want to display a progress dialog while my function works. But addObject seems use an other thread.

How shall we do it?

Thanks.

Pages: [1]