C# Class BBGamelib.NSNotification

Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Properties

Property Type Description
name string
sender System.Object
userInfo NSDictionary

Public Methods

Method Description
NSNotification ( string aName, System aObj, NSDictionary aUserInfo = null ) : UnityEngine
ToString ( ) : string

Method Details

NSNotification() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

name public_oe property

public string name
return string

sender public_oe property

public Object,System sender
return System.Object

userInfo public_oe property

public NSDictionary userInfo
return NSDictionary