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