GameWorld.Close Property

Fight Game AI Demo

GameWorldClose Property
Gets or sets a value indicating whether this GameWorld is close.

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

Property Value

Type: Boolean
true if close; otherwise, false.

Implements

IGameWorldClose
See Also