Méthode | Description | |
---|---|---|
MessageAM ( string type ) : UnityEngine |
Initializes a new instance of the Message class.
|
|
MessageAM ( string type, string methodName ) : UnityEngine |
Inits a message of type with a specified method name
|
public MessageAM ( string type ) : UnityEngine | ||
type | string | /// Type. /// |
Résultat | UnityEngine |
public MessageAM ( string type, string methodName ) : UnityEngine | ||
type | string | /// Type. /// |
methodName | string | /// Method name. /// |
Résultat | UnityEngine |