C# 클래스 KBEngine.Mailbox

파일 보기 프로젝트 열기: liuxq/TestGame

공개 프로퍼티들

프로퍼티 타입 설명
bundle KBEngine.Bundle
className string
id System.Int32
type MAILBOX_TYPE

공개 메소드들

메소드 설명
Mailbox ( ) : System
__init__ ( ) : void
newMail ( ) : KBEngine.Bundle
postMail ( KBEngine.Bundle inbundle ) : void

비공개 메소드들

메소드 설명
isBase ( ) : bool
isCell ( ) : bool

메소드 상세

Mailbox() 공개 메소드

public Mailbox ( ) : System
리턴 System

__init__() 공개 메소드

public __init__ ( ) : void
리턴 void

newMail() 공개 메소드

public newMail ( ) : KBEngine.Bundle
리턴 KBEngine.Bundle

postMail() 공개 메소드

public postMail ( KBEngine.Bundle inbundle ) : void
inbundle KBEngine.Bundle
리턴 void

프로퍼티 상세

bundle 공개적으로 프로퍼티

public Bundle,KBEngine bundle
리턴 KBEngine.Bundle

className 공개적으로 프로퍼티

public string className
리턴 string

id 공개적으로 프로퍼티

public Int32,System id
리턴 System.Int32

type 공개적으로 프로퍼티

public MAILBOX_TYPE type
리턴 MAILBOX_TYPE