XNA Tool - problem with ParticleSystem : DrawableGameComponent
        Posted  
        
            by nilphilus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nilphilus
        
        
        
        Published on 2010-03-29T01:37:35Z
        Indexed on 
            2010/03/29
            1:43 UTC
        
        
        Read the original article
        Hit count: 502
        
I have created (ok... still in progress) a sth like 'Framework' with ParticleSystem. But there is a problem, ParticleSystem inherited from DrawableGameComponent which need a 'Game' in constructor - but in a tool i don't have a reference to Game.
© Stack Overflow or respective owner