Axiom.ParticleFX.DeflectorPlaneAffector.PlanePointCommand.Get C# (CSharp) Method

Get() public method

public Get ( object target ) : string
target object
return string
			public string Get( object target )
			{
				DeflectorPlaneAffector affector = target as DeflectorPlaneAffector;
				return StringConverter.ToString( affector.PlanePoint );
			}
DeflectorPlaneAffector.PlanePointCommand