Ejemplo n.º 1
0
        public static new CCLayerColor node()
        {
            CCLayerColor cCLayerColor = new CCLayerColor();

            if (cCLayerColor.init())
            {
                return(cCLayerColor);
            }
            return(null);
        }
Ejemplo n.º 2
0
        public static CCLayerColor node()
        {
            CCLayerColor pRet = new CCLayerColor();
            if (pRet.init())
            {
                return pRet;
            }

            return null;
        }
Ejemplo n.º 3
0
        public static CCLayerColor node()
        {
            CCLayerColor pRet = new CCLayerColor();

            if (pRet.init())
            {
                return(pRet);
            }

            return(null);
        }