Show / Hide Table of Contents

Class TestGameState

Test game state.

Inheritance
object
TestGameState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.BotBrain.Samples.ClassBased
Assembly: BotBrain.Samples.dll
Syntax
public class TestGameState

Properties

View Source

IsCrashed

Gets or sets a value indicating whether the game's crashed.

Declaration
public bool IsCrashed { get; set; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Generated by DocFX