Axiom.ParticleFX.ColorInterpolatorAffector.Time0Command.Set C# (CSharp) Method

Set() public method

public Set ( object target, string val ) : void
target object
val string
return void
			public void Set( object target, string val )
			{
				ColorInterpolatorAffector affector = target as ColorInterpolatorAffector;

				affector.timeAdj[ 0 ] = StringConverter.ParseFloat( val );
			}
ColorInterpolatorAffector.Time0Command