Loading...
Searching...
No Matches
PixelCrushers.Wrappers.MessageEvents Class Reference

This wrapper for PixelCrushers.MessageEvents keeps references intact if you switch between the compiled assembly and source code versions of the original class. More...

Inheritance diagram for PixelCrushers.Wrappers.MessageEvents:
Collaboration diagram for PixelCrushers.Wrappers.MessageEvents:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.MessageEvents
virtual void OnMessage (MessageArgs messageArgs)
 Handles a message that the message handler is listening for.
 
virtual void SendToMessageSystem (int index)
 
- Protected Member Functions inherited from PixelCrushers.MessageEvents
virtual void OnEnable ()
 
virtual void OnDisable ()
 
virtual bool IsParticipantOk (GameObject requiredParticipant, object actualParticipant)
 
- Properties inherited from PixelCrushers.MessageEvents
MessageEvent[] messagesToListenFor [get, set]
 Listen for these messages and invoke an event when each message occurs.
 
MessageToSend[] messagesToSend [get, set]
 Send this message on demand by calling SendToMessageSystem().
 

Detailed Description

This wrapper for PixelCrushers.MessageEvents keeps references intact if you switch between the compiled assembly and source code versions of the original class.


The documentation for this class was generated from the following file: