C# (CSharp) Moe.StateMachine.Extensions.StateDelegate Namespace

Classes

Name Description
StateDelegateBuilder
StateDelegateDescriptor
StateDelegatePlugIn Plugin allows for adding delegate objects that follow a convention for state entry/exit notification. A delegate, to receive notification of a state entered/exited, must provide a public method that is named like this: public void OnEnter(object event) or no parameters. Exit notifications work the same. In the example above, the "StateString" is the state object ToString() result.