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

ScaleAffector() public method

public ScaleAffector ( ) : System
return System
		public ScaleAffector()
		{
			this.type = "Scaler";
			scaleAdjust = 0;
		}