GameWorld.Crouched Property

Fight Game AI Demo

GameWorldCrouched Property
Gets or sets a value indicating whether this GameWorld is crouched.

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

Property Value

Type: Boolean
true if crouched; otherwise, false.

Implements

IGameWorldCrouched
See Also