| 1234567891011121314151617181920 |
- using System;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- namespace BansheeEngine
- {
- /** @addtogroup Particles
- * @{
- */
- /// <summary>Updates properties of all active particles in a particle system in some way.</summary>
- public partial class ParticleEvolver : ScriptObject
- {
- private ParticleEvolver(bool __dummy0) { }
- protected ParticleEvolver() { }
- }
- /** @} */
- }
|