예제 #1
0
 public PlanetMaterialRule(MyPlanetMaterialPlacementRule def, int index, float minimumSurfaceLayerDepth) : base(def, minimumSurfaceLayerDepth)
 {
     this.Height    = def.Height;
     this.Latitude  = def.Latitude;
     this.Longitude = def.Longitude;
     this.Slope     = def.Slope;
     this.Index     = index;
 }
예제 #2
0
 public PlanetMaterialRule(MyPlanetMaterialPlacementRule def)
     : base(def)
 {
     Height    = def.Height;
     Latitude  = def.Latitude;
     Longitude = def.Longitude;
     Slope     = def.Slope;
 }