Axiom.ParticleFX.LinearForceAffector.LinearForceAffector C# (CSharp) Method

LinearForceAffector() public method

public LinearForceAffector ( ) : System
return System
		public LinearForceAffector()
		{
			// HACK: See if there is better way to do this
			this.type = "LinearForce";
		}