using System; namespace Xft { public enum EEmitWay { ByRate, ByDistance, ByCurve } }