예제 #1
0
 public SensorAbandoned(ContextRobot robot)
 {
     this.Robot = robot;
     this.AllVisibleAbandoned = null;
 }
예제 #2
0
파일: DogeWow.cs 프로젝트: yahyaguzide/daud
 public DogeWow(ContextRobot robot) : base(robot)
 {
     Normalize = false;
 }
예제 #3
0
 public Efficiency(ContextRobot robot) : base(robot)
 {
 }
예제 #4
0
 public TeamAlignment(ContextRobot robot) : base(robot)
 {
 }
예제 #5
0
 public TargetingBase(ContextRobot robot)
 {
     this.Robot = robot;
 }
예제 #6
0
 public TeamPheremones(ContextRobot robot) : base(robot)
 {
 }
예제 #7
0
파일: Advance.cs 프로젝트: jo9182/daud
 public Advance(ContextRobot robot) : base(robot)
 {
 }
예제 #8
0
 public ContextRingBlendingWeighted(ContextRobot robot)
 {
     this.Robot = robot;
 }
예제 #9
0
 public Separation(ContextRobot robot) : base(robot)
 {
     Normalize = false;
 }
예제 #10
0
 public SensorBullets(ContextRobot robot)
 {
     this.Robot          = robot;
     this.VisibleBullets = null;
 }
예제 #11
0
 public NavigateToPoint(ContextRobot robot) : base(robot)
 {
 }
예제 #12
0
 public Slippery(ContextRobot robot) : base(robot)
 {
     Normalize = false;
 }
예제 #13
0
 public AbandonedTargeting(ContextRobot robot) : base(robot)
 {
 }
예제 #14
0
 public SensorCTF(ContextRobot robot)
 {
     this.Robot = robot;
 }
예제 #15
0
 public ContextBehavior(ContextRobot robot)
 {
     this.Robot = robot;
 }
예제 #16
0
 public TeamBehaviorBase(ContextRobot robot) : base(robot)
 {
 }
예제 #17
0
 public StayInBounds(ContextRobot robot) : base(robot)
 {
     Normalize = false;
 }
예제 #18
0
 public SensorFish(ContextRobot robot)
 {
     this.Robot          = robot;
     this.AllVisibleFish = null;
 }
예제 #19
0
 public SeparationSimple(ContextRobot robot) : base(robot)
 {
 }
예제 #20
0
 public SensorFleets(ContextRobot robot)
 {
     this.Robot = robot;
     this.AllVisibleFleets = new List<Fleet>(); ;
 }
예제 #21
0
 public SeparationRel(ContextRobot robot) : base(robot)
 {
 }
예제 #22
0
 public TeamCohesion(ContextRobot robot) : base(robot)
 {
 }
예제 #23
0
 public FishTargeting(ContextRobot robot) : base(robot)
 {
 }
예제 #24
0
 public SensorTeam(ContextRobot robot)
 {
     this.Robot = robot;
 }
예제 #25
0
 public FleetTargeting(ContextRobot robot) : base(robot)
 {
 }
예제 #26
0
 public Dodge(ContextRobot robot) : base(robot)
 {
 }