Ejemplo n.º 1
0
 internal SizeColor(GrassStyle grassStyle, GrassColors grassColors, Range <float> grassHeight, float noiseSpread, DetailPrototype grass, DetailPrototype detail, DetailPrototype accent)
 {
     this.GrassStyle  = grassStyle;
     this.grassColors = grassColors;
     this.grassHeight = grassHeight;
     this.noiseSpread = noiseSpread;
     this.Grass       = grass;
     this.GrassDetail = detail;
     this.GrassAccent = accent;
 }
Ejemplo n.º 2
0
 internal InterpolatedSizeColor(GrassStyle grassStyle, GrassColors grassColors, Range <float> grassHeight, float noiseSpread, DetailPrototype grass, DetailPrototype detail, DetailPrototype accent)
     : base(grassStyle, grassColors, grassHeight, noiseSpread, grass, detail, accent)
 {
 }