예제 #1
0
        public static new CCLayerColor node()
        {
            CCLayerColor cCLayerColor = new CCLayerColor();

            if (cCLayerColor.init())
            {
                return(cCLayerColor);
            }
            return(null);
        }
예제 #2
0
        public static CCLayerColor node()
        {
            CCLayerColor pRet = new CCLayerColor();
            if (pRet.init())
            {
                return pRet;
            }

            return null;
        }
예제 #3
0
        public static CCLayerColor node()
        {
            CCLayerColor pRet = new CCLayerColor();

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

            return(null);
        }