A Sandcastle Documented Class Library
| 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)
SyntaxC#
public bool Crouching { get; set; }
Property Value
Type: Booleantrue if crouching; otherwise, false.
See Also