ARCed.Controls.AnimationSourceXnaPanel.Initialize C# (CSharp) Метод

Initialize() защищенный Метод

Creates the context and prepares for drawing
protected Initialize ( ) : void
Результат void
        protected override void Initialize()
        {
            this._batch = new SpriteBatch(GraphicsDevice);
            this._selectedId = -1;
            // TODO: Edit this
            GraphicsDevice.Clear(TilesetXnaPanel.Settings.BackgroundColor);
            MouseDown += this.AnimationSourceXnaPanel_MouseDown;
        }