I've just uploaded version 1.0.8 of the C# wrapper for A7.80
This version fixes a bug where a negative value X for "yield return" didn't result in pausing the method for X seconds, but only for a few frames.
example :
Code:
yield return -1; //pause the method for 1 second
yield return 1; //pause the method for 1 frame


The new version now fixes this bug.

Last edited by Stromausfall; 09/29/09 12:51.

get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread