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

CylinderEmitter() public method

public CylinderEmitter ( ParticleSystem ps ) : System
ps ParticleSystem
return System
		public CylinderEmitter( ParticleSystem ps )
			: base( ps )
		{
			InitDefaults( "Cylinder" );
		}