C# Class KBEngine.Mailbox

Show file Open project: liuxq/TestGame

Public Properties

Property Type Description
bundle KBEngine.Bundle
className string
id System.Int32
type MAILBOX_TYPE

Public Methods

Method Description
Mailbox ( ) : System
__init__ ( ) : void
newMail ( ) : KBEngine.Bundle
postMail ( KBEngine.Bundle inbundle ) : void

Private Methods

Method Description
isBase ( ) : bool
isCell ( ) : bool

Method Details

Mailbox() public method

public Mailbox ( ) : System
return System

__init__() public method

public __init__ ( ) : void
return void

newMail() public method

public newMail ( ) : KBEngine.Bundle
return KBEngine.Bundle

postMail() public method

public postMail ( KBEngine.Bundle inbundle ) : void
inbundle KBEngine.Bundle
return void

Property Details

bundle public property

public Bundle,KBEngine bundle
return KBEngine.Bundle

className public property

public string className
return string

id public property

public Int32,System id
return System.Int32

type public property

public MAILBOX_TYPE type
return MAILBOX_TYPE