CannonGame.SimpleSplash.Draw C# (CSharp) Method

Draw() public method

public Draw ( ) : void
return void
        public override void Draw()
        {
            SpriteBatch.Draw(splashTexture, Vector2.Zero, Color.White);
        }