A Sandcastle Documented Class Library
GameWorldMedium Property |
Gets or sets a value indicating whether this GameWorld is medium.
Namespace: FightGameAIDemo
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)

C#
public bool Medium { get; set; }
Property Value
Type: Booleantrue if medium; otherwise, false.
Implements
IGameWorldMedium