hyades.screen.EditorScreen.Draw C# (CSharp) Method

Draw() public method

public Draw ( GraphicsDevice device ) : void
device GraphicsDevice
return void
        public override void Draw(GraphicsDevice device)
        {
            editor.Draw(device);
        }