IGameWorld.Close Property

Fight Game AI Demo

IGameWorldClose Property
Gets or sets a value indicating whether this IGameWorld is close.

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

Property Value

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