GeneticProgramming.Medium Property

Fight Game AI Demo

GeneticProgrammingMedium Property
Sets a value indicating whether the distance of this NonAIFighter is medium.

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

Property Value

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