Axiom.ParticleFX.BoxEmitter.DepthCommand.Get C# (CSharp) 메소드

Get() 공개 메소드

public Get ( object target ) : string
target object
리턴 string
			public string Get( object target )
			{
				BoxEmitter emitter = target as BoxEmitter;
				return StringConverter.ToString( emitter.Depth );
			}
		}
BoxEmitter.DepthCommand