Axiom.ParticleFX.BoxEmitter.WidthCommand.Get C# (CSharp) Method

Get() public method

public Get ( object target ) : string
target object
return string
			public string Get( object target )
			{
				BoxEmitter emitter = target as BoxEmitter;
				return StringConverter.ToString( emitter.Width );
			}
		}
BoxEmitter.WidthCommand