Axiom.ParticleFX.AreaEmitter.InitDefaults C# (CSharp) Méthode

InitDefaults() protected méthode

protected InitDefaults ( string type ) : void
type string
Résultat void
		protected void InitDefaults( string type )
		{
			// TODO: Revisit this
			direction = Vector3.UnitZ;
			up = Vector3.UnitZ;
			this.Size = new Vector3( 50, 50, 0 );
			this.type = type;
		}