Axiom.ParticleFX.DirectionRandomizerAffector.KeepVelocityCommand.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 )
			{
				DirectionRandomizerAffector affector = target as DirectionRandomizerAffector;
				affector.KeepVelocity = StringConverter.ParseBool( val );
			}
		}
DirectionRandomizerAffector.KeepVelocityCommand