Axiom.ParticleFX.BoxEmitter.DepthCommand.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.Depth );
			}
		}
BoxEmitter.DepthCommand