コード例 #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
ファイル: Separation.cs プロジェクト: yahyaguzide/daud
 public Separation(ContextRobot robot) : base(robot)
 {
     Normalize = false;
 }
コード例 #10
0
ファイル: SensorBullets.cs プロジェクト: yahyaguzide/daud
 public SensorBullets(ContextRobot robot)
 {
     this.Robot          = robot;
     this.VisibleBullets = null;
 }
コード例 #11
0
ファイル: NavigateToPoint.cs プロジェクト: yahyaguzide/daud
 public NavigateToPoint(ContextRobot robot) : base(robot)
 {
 }
コード例 #12
0
ファイル: Slippery.cs プロジェクト: yahyaguzide/daud
 public Slippery(ContextRobot robot) : base(robot)
 {
     Normalize = false;
 }
コード例 #13
0
 public AbandonedTargeting(ContextRobot robot) : base(robot)
 {
 }
コード例 #14
0
ファイル: SensorCTF.cs プロジェクト: yahyaguzide/daud
 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
ファイル: SeparationSimple.cs プロジェクト: jo9182/daud
 public SeparationSimple(ContextRobot robot) : base(robot)
 {
 }
コード例 #20
0
ファイル: SensorFleets.cs プロジェクト: yahyaguzide/daud
 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)
 {
 }