Word Game Builder 2.0.1f2
Reference Manual
Public Member Functions | Properties | Events | List of all members
ExampleViewModel.AgentContext Class Reference

Contains information about the agent. More...

+ Inheritance diagram for ExampleViewModel.AgentContext:
+ Collaboration diagram for ExampleViewModel.AgentContext:

Public Member Functions

void ToggleAutomaticMode ()
 Toggle automatic mode. Called by the UI. More...
 

Properties

string agentStatus [get, set]
 A label representing the agent's current status. More...
 
bool automaticMode [get, set]
 Is automatic mode enabled? More...
 

Events

System.Action onAutomaticModeToggle
 This event fires when the user toggles automatic mode. More...
 

Detailed Description

Contains information about the agent.

Member Function Documentation

void ToggleAutomaticMode ( )
inline

Toggle automatic mode. Called by the UI.

+ Here is the caller graph for this function:

Property Documentation

string agentStatus
getset

A label representing the agent's current status.

bool automaticMode
getset

Is automatic mode enabled?

Event Documentation

System.Action onAutomaticModeToggle

This event fires when the user toggles automatic mode.