C# Class KBEngine.Mailbox

Afficher le fichier Open project: liuxq/TestGame

Méthodes publiques

Свойство Type Description
bundle KBEngine.Bundle
className string
id System.Int32
type MAILBOX_TYPE

Méthodes publiques

Méthode Description
Mailbox ( ) : System
__init__ ( ) : void
newMail ( ) : KBEngine.Bundle
postMail ( KBEngine.Bundle inbundle ) : void

Private Methods

Méthode Description
isBase ( ) : bool
isCell ( ) : bool

Method Details

Mailbox() public méthode

public Mailbox ( ) : System
Résultat System

__init__() public méthode

public __init__ ( ) : void
Résultat void

newMail() public méthode

public newMail ( ) : KBEngine.Bundle
Résultat KBEngine.Bundle

postMail() public méthode

public postMail ( KBEngine.Bundle inbundle ) : void
inbundle KBEngine.Bundle
Résultat void

Property Details

bundle public_oe property

public Bundle,KBEngine bundle
Résultat KBEngine.Bundle

className public_oe property

public string className
Résultat string

id public_oe property

public Int32,System id
Résultat System.Int32

type public_oe property

public MAILBOX_TYPE type
Résultat MAILBOX_TYPE