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