BasicUI_CocosSharp.IntroLayer.IntroLayer C# (CSharp) Метод

IntroLayer() публичный Метод

public IntroLayer ( ) : System
Результат System
        public IntroLayer()
        {
            // setup our color for the background
            Color = new CCColor3B(CCColor4B.Red);
            Opacity = 0;
            renderCommand = new CCCustomCommand(RenderUI);
        }