Called when an event is received. If a behaviour is waiting for an event and it matches this type then the waiting thread is woken up and execution continues.

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

Syntax

C#
public void ReceiveEvent(
	EventBase e
)

Parameters

e
Type: BaseLib.Events..::..EventBase
The event.

See Also