Axiom.ParticleFX.DirectionRandomizerAffector.KeepVelocityCommand.Get C# (CSharp) 메소드

Get() 공개 메소드

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