Method that is called when this behaviour stops. This can be because the Run method finishes, or behaviour was stopped by another behaviour.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public abstract void OnStop()

See Also