コード例 #1
0
ファイル: APIObjectUI.cs プロジェクト: ITI-CEI36/Handazteel
 public static bool DrawColumn(Column _column)
 {
     return(RobotStart.DrawColumn(_column));
 }
コード例 #2
0
ファイル: APIObjectUI.cs プロジェクト: ITI-CEI36/Handazteel
 public static bool DrawColumn(int beamId, Node _startPoint, Node _endPoint)
 {
     return(RobotStart.DrawColumn(beamId, _startPoint, _endPoint));
 }