BBGamelib.NSNotification.NSNotification C# (CSharp) Method

NSNotification() public method

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