Example #1
0
        public static CCParticleSun node()
        {
            CCParticleSun pRet = new CCParticleSun();

            if (pRet.init())
            {
                return(pRet);
            }
            return(null);
        }
Example #2
0
        public static new CCParticleSun node()
        {
            CCParticleSun cCParticleSun = new CCParticleSun();

            if (cCParticleSun.init())
            {
                return(cCParticleSun);
            }
            return(null);
        }
 public static CCParticleSun node()
 {
     CCParticleSun pRet = new CCParticleSun();
     if (pRet.init())
     {
         return pRet;
     }
     return null;
 }