Example #1
0
 private void AcquireConfigObjects()
 {
     if (this.sampler == null)
     {
         this.sampler = new AdaptiveVelocitySampler();
     }
     if (this.target == null)
     {
         this.target = new DirectionTarget();
     }
     if (this.characteristics == null)
     {
         this.characteristics = new DefaultAgentCharacteristics();
     }
 }
Example #2
0
		private void AcquireConfigObjects()
		{
			if (this.sampler == null)			this.sampler = new AdaptiveVelocitySampler();
			if (this.target == null)			this.target = new DirectionTarget();
			if (this.characteristics == null)	this.characteristics = new DefaultAgentCharacteristics();
		}