GameWorld.Distance Property

Fight Game AI Demo

GameWorldDistance Property
Gets or sets the distance.

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

Property Value

Type: String
The distance.

Implements

IGameWorldDistance
See Also