Method | Description | |
---|---|---|
NSNotificationCenter ( ) : UnityEngine | ||
addObserver ( System target, Action |
||
addObserverForName ( string aName, System sender, Action |
||
postNotification ( |
||
postNotification ( string name, System sender, NSDictionary userInfo = null ) : void | ||
removeObserver ( System target ) : void | ||
removeObserver ( System target, string name ) : void | ||
removeObserver ( System target, string name, System sender ) : void |
Method | Description | |
---|---|---|
observersForName ( string aName ) : List |
public NSNotificationCenter ( ) : UnityEngine | ||
return | UnityEngine |
public addObserver ( System target, Action |
||
target | System | |
aSelector | Action |
|
aName | string | |
sender | System | |
return | void |
public addObserverForName ( string aName, System sender, Action |
||
aName | string | |
sender | System | |
block | Action |
|
return |
public postNotification ( |
||
n | ||
return | void |
public postNotification ( string name, System sender, NSDictionary userInfo = null ) : void | ||
name | string | |
sender | System | |
userInfo | NSDictionary | |
return | void |
public removeObserver ( System target ) : void | ||
target | System | |
return | void |
public removeObserver ( System target, string name ) : void | ||
target | System | |
name | string | |
return | void |
public removeObserver ( System target, string name, System sender ) : void | ||
target | System | |
name | string | |
sender | System | |
return | void |