C# Class MBSendMessageTarget, Pharos

Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
MethodName string
Target GameObject

Méthodes publiques

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

Method Details

Invoke() public méthode

public Invoke ( MBEvent, e ) : void
e MBEvent,
Résultat void

MBSendMessageTarget() public méthode

public MBSendMessageTarget ( ) : System.Collections.Generic
Résultat System.Collections.Generic

MBSendMessageTarget() public méthode

public MBSendMessageTarget ( GameObject target, string methodName ) : System.Collections.Generic
target GameObject
methodName string
Résultat System.Collections.Generic

Prepare() public méthode

public Prepare ( ) : void
Résultat void

Property Details

MethodName public_oe property

public string MethodName
Résultat string

Target public_oe property

public GameObject Target
Résultat GameObject