예제 #1
0
 public LineFollowerViewModel(RobotModel robot, LineFollower linef)
 {
     Robot = robot;
     LineF = linef;
 }
예제 #2
0
 void Start()
 {
     currentScene = SceneManager.GetActiveScene();
     lf           = GetComponent <LineFollower>();
 }