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