Dart Documentationsystem_emitterIntGen

IntGen typedef

generate a number. (eg. used by Emitter of particles to emit per dt). dt is delta time since last call (the duration of the frame - used for time based updates).

typedef int IntGen(dt);

typedef int IntGen(dt) #

typedef int IntGen(dt);