GameWorld.Far Property

Fight Game AI Demo

GameWorldFar Property
Gets or sets a value indicating whether this GameWorld is far.

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

Property Value

Type: Boolean
true if far; otherwise, false.

Implements

IGameWorldFar
See Also