Axiom.ParticleFX.DirectionRandomizerAffector.KeepVelocityCommand.Get C# (CSharp) Method

Get() public method

public Get ( object target ) : string
target object
return string
			public string Get( object target )
			{
				DirectionRandomizerAffector affector = target as DirectionRandomizerAffector;
				return affector.KeepVelocity.ToString();
			}
DirectionRandomizerAffector.KeepVelocityCommand