IGameWorld.Medium Property

Fight Game AI Demo

IGameWorldMedium Property
Gets or sets a value indicating whether this IGameWorld is medium.

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

Property Value

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