C# Class MBEvent, Pharos

Class that represents a Magical Box event
Datei anzeigen Open project: rstaewen/Pharos Class Usage Examples

Public Methods

Method Description
MBEvent ( MBEventType type, MBObject, source, object context, object data ) : System.Collections.Generic
MBEvent ( MBEventType type, MBParticle, PT, object data ) : System.Collections.Generic

Method Details

MBEvent() public method

public MBEvent ( MBEventType type, MBObject, source, object context, object data ) : System.Collections.Generic
type MBEventType
source MBObject,
context object
data object
return System.Collections.Generic

MBEvent() public method

public MBEvent ( MBEventType type, MBParticle, PT, object data ) : System.Collections.Generic
type MBEventType
PT MBParticle,
data object
return System.Collections.Generic