Download Cyotek.ArcadeExplosionMaker.zip version 1.0.0.1, last updated 05/06/2012 (123.69 KB)

Download
  • md5: bd412009442f7923a555ba5b0f508fe0
using System.Drawing;

namespace Cyotek.ArcadeExplosionMaker
{
  // Cyotek Arcade Explosion Maker
  // Copyright (c) 2012 Cyotek. All Rights Reserved.
  // http://cyotek.com

  // http://cyotek.com/blog/arcade-explosion-generator

  // If you use this code or output in your applications, attribution or donations are welcome.

  public class ExplosionData
  {
    #region  Public Properties

    public float BorderGrowth { get; set; }

    public float BorderSize { get; set; }

    public PointF Center { get; set; }

    public int GrowthSpeed { get; set; }

    public float MaximumRadius { get; set; }

    public float MinimumRadius { get; set; }

    public float Radius { get; set; }

    public float RadiusGrowth { get; set; }

    #endregion  Public Properties
  }
}

Donate

Donate