public ZenithProfileType(float fullBladeLength, Color color)
 {
     trailWidth  = fullBladeLength / 2f;
     trailColor  = color;
     widthMethod = null;
     colorMethod = null;
     dustMethod  = null;
     widthMethod = StripWidth;
     colorMethod = StripColors;
     dustMethod  = StripDust;
 }
Beispiel #2
0
 public FinalFractalProfile(float fullBladeLength, Color color)
 {
     trailWidth  = fullBladeLength / 2f;
     trailColor  = color;
     widthMethod = null;
     colorMethod = null;
     dustMethod  = null;
     widthMethod = StripWidth;
     colorMethod = StripColors;
     dustMethod  = StripDust;
 }