BBGamelib.NSNotification.NSNotification C# (CSharp) 메소드

NSNotification() 공개 메소드

public NSNotification ( string aName, System aObj, NSDictionary aUserInfo = null ) : UnityEngine
aName string
aObj System
aUserInfo NSDictionary
리턴 UnityEngine
		public NSNotification(string aName, System.Object aObj, NSDictionary aUserInfo=null){
			name = aName;
			sender = aObj;
			userInfo = aUserInfo;
		}
		public override string ToString (){