Fighter.Crouching Property

Fight Game AI Demo

FighterCrouching Property
Gets or sets a value indicating whether this Fighter is crouching.

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

Property Value

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