C# Class MBSendMessageTarget, Pharos

Mostrar archivo Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
MethodName string
Target GameObject

Public Methods

Method Description
Invoke ( MBEvent, e ) : void
MBSendMessageTarget ( ) : System.Collections.Generic
MBSendMessageTarget ( GameObject target, string methodName ) : System.Collections.Generic
Prepare ( ) : void

Method Details

Invoke() public method

public Invoke ( MBEvent, e ) : void
e MBEvent,
return void

MBSendMessageTarget() public method

public MBSendMessageTarget ( ) : System.Collections.Generic
return System.Collections.Generic

MBSendMessageTarget() public method

public MBSendMessageTarget ( GameObject target, string methodName ) : System.Collections.Generic
target GameObject
methodName string
return System.Collections.Generic

Prepare() public method

public Prepare ( ) : void
return void

Property Details

MethodName public_oe property

public string MethodName
return string

Target public_oe property

public GameObject Target
return GameObject