コード例 #1
0
ファイル: BoxelOrderer.cs プロジェクト: ed152/StackBuilder
 public BoxelOrderer(List <BoxGeneric> boxes, Vector3D direction)
 {
     Boxes.AddRange(boxes);
     Direction = direction;
     TuneParam = UnitsManager.ConvertLengthFrom(1.0, UnitsManager.UnitSystem.UNIT_METRIC1);
 }