C# Class BBGamelib.NSNotification

Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
sender System.Object
userInfo NSDictionary

Méthodes publiques

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

Method Details

NSNotification() public méthode

public NSNotification ( string aName, System aObj, NSDictionary aUserInfo = null ) : UnityEngine
aName string
aObj System
aUserInfo NSDictionary
Résultat UnityEngine

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

name public_oe property

public string name
Résultat string

sender public_oe property

public Object,System sender
Résultat System.Object

userInfo public_oe property

public NSDictionary userInfo
Résultat NSDictionary