C# 클래스 BBGamelib.NSNotification

파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
name string
sender System.Object
userInfo NSDictionary

공개 메소드들

메소드 설명
NSNotification ( string aName, System aObj, NSDictionary aUserInfo = null ) : UnityEngine
ToString ( ) : string

메소드 상세

NSNotification() 공개 메소드

public NSNotification ( string aName, System aObj, NSDictionary aUserInfo = null ) : UnityEngine
aName string
aObj System
aUserInfo NSDictionary
리턴 UnityEngine

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

sender 공개적으로 프로퍼티

public Object,System sender
리턴 System.Object

userInfo 공개적으로 프로퍼티

public NSDictionary userInfo
리턴 NSDictionary