Exemplo n.º 1
0
        public static CCParticleSun node()
        {
            CCParticleSun pRet = new CCParticleSun();

            if (pRet.init())
            {
                return(pRet);
            }
            return(null);
        }
Exemplo n.º 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;
 }