GeneticProgramming.Far Property

Fight Game AI Demo

GeneticProgrammingFar Property
Sets a value indicating whether the distance of this NonAIFighter is far.

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Far { set; }

Property Value

Type: Boolean
true if far; otherwise, false.
See Also