Axiom.ParticleFX.BoxEmitter.DepthCommand.Set C# (CSharp) Méthode

Set() public méthode

public Set ( object target, string val ) : void
target object
val string
Résultat void
			public void Set( object target, string val )
			{
				BoxEmitter emitter = target as BoxEmitter;
				emitter.Depth = StringConverter.ParseFloat( val );
			}
			public string Get( object target )
BoxEmitter.DepthCommand