Axiom.ParticleFX.DirectionRandomizerAffector.KeepVelocityCommand.Get C# (CSharp) Méthode

Get() public méthode

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