GeneticProgramming.Crouched Property

Fight Game AI Demo

GeneticProgrammingCrouched Property
Sets a value indicating whether the distance of this NonAIFighter is crouched.

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

Property Value

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