Axiom.ParticleFX.AreaEmitter.InitDefaults C# (CSharp) 메소드

InitDefaults() 보호된 메소드

protected InitDefaults ( string type ) : void
type string
리턴 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;
		}