Jump to content

Dynamically created objects update


photo

Recommended Posts

I create an objecy dynamically.

 

But it is not updating itself.

 

Should I trigger update function?

 

Fresia f = createEntity("Fresia"); //Creates
f.blowerRotatePlus(); //Change sth on object
f.setRollerDonus(1); //Change sth on object

 

Link to comment
×
×
  • Create New...