A Sandcastle Documented Class Library
| GameWorldDistance Property |
Gets or sets the distance.
Namespace: FightGameAIDemo
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
SyntaxC#
public string Distance { get; set; }
Property Value
Type: StringThe distance.
Implements
IGameWorldDistance
See Also