Axiom.ParticleFX.ColorInterpolatorAffector.Time1Command.Get C# (CSharp) Method

Get() public method

public Get ( object target ) : string
target object
return string
			public string Get( object target )
			{
				ColorInterpolatorAffector affector = target as ColorInterpolatorAffector;

				return StringConverter.ToString( affector.timeAdj[ 1 ] );
			}
			public void Set( object target, string val )
ColorInterpolatorAffector.Time1Command