/** creates an initializes a CCParticleSystemPoint from a plist file.
        This plist files can be creted manually or with Particle Designer:  
        */
        public static CCParticleSystemPoint particleWithFile(string plistFile)
        { 
            CCParticleSystemPoint pRet = new CCParticleSystemPoint();
            if (pRet != null && pRet.initWithFile(plistFile))
            {
                return pRet;
            }

            return pRet;
        }
        public static CCParticleSystemPoint particleWithFile(string plistFile)
        {
            CCParticleSystemPoint point = new CCParticleSystemPoint();

            if ((point != null) && point.initWithFile(plistFile))
            {
                return(point);
            }
            return(point);
        }
        /** creates an initializes a CCParticleSystemPoint from a plist file.
         * This plist files can be creted manually or with Particle Designer:
         */
        public static CCParticleSystemPoint particleWithFile(string plistFile)
        {
            CCParticleSystemPoint pRet = new CCParticleSystemPoint();

            if (pRet != null && pRet.initWithFile(plistFile))
            {
                return(pRet);
            }

            return(pRet);
        }