C# 클래스 BBGamelib.NSNotificationCenter

파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity

공개 메소드들

메소드 설명
NSNotificationCenter ( ) : UnityEngine
addObserver ( System target, Action aSelector, string aName, System sender = null ) : void
addObserverForName ( string aName, System sender, Action block ) : Object
postNotification ( NSNotification n ) : void
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

비공개 메소드들

메소드 설명
observersForName ( string aName ) : List

메소드 상세

NSNotificationCenter() 공개 메소드

public NSNotificationCenter ( ) : UnityEngine
리턴 UnityEngine

addObserver() 공개 메소드

public addObserver ( System target, Action aSelector, string aName, System sender = null ) : void
target System
aSelector Action
aName string
sender System
리턴 void

addObserverForName() 공개 메소드

public addObserverForName ( string aName, System sender, Action block ) : Object
aName string
sender System
block Action
리턴 System.Object

postNotification() 공개 메소드

public postNotification ( NSNotification n ) : void
n NSNotification
리턴 void

postNotification() 공개 메소드

public postNotification ( string name, System sender, NSDictionary userInfo = null ) : void
name string
sender System
userInfo NSDictionary
리턴 void

removeObserver() 공개 메소드

public removeObserver ( System target ) : void
target System
리턴 void

removeObserver() 공개 메소드

public removeObserver ( System target, string name ) : void
target System
name string
리턴 void

removeObserver() 공개 메소드

public removeObserver ( System target, string name, System sender ) : void
target System
name string
sender System
리턴 void