C# 클래스 BBGamelib.flash.imp.Define

파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity

보호된 프로퍼티들

프로퍼티 타입 설명
_characterId int
_className string
_flash Flash

공개 메소드들

메소드 설명
createDisplay ( ) : DisplayObject
init ( Flash flash, byte data, Cursor cursor ) : Define
trace ( int indent ) : string

보호된 메소드들

메소드 설명
parse ( byte data, Cursor cursor ) : void

메소드 상세

createDisplay() 공개 추상적인 메소드

public abstract createDisplay ( ) : DisplayObject
리턴 DisplayObject

init() 공개 메소드

public init ( Flash flash, byte data, Cursor cursor ) : Define
flash Flash
data byte
cursor Cursor
리턴 Define

parse() 보호된 메소드

protected parse ( byte data, Cursor cursor ) : void
data byte
cursor Cursor
리턴 void

trace() 공개 메소드

public trace ( int indent ) : string
indent int
리턴 string

프로퍼티 상세

_characterId 보호되어 있는 프로퍼티

protected int _characterId
리턴 int

_className 보호되어 있는 프로퍼티

protected string _className
리턴 string

_flash 보호되어 있는 프로퍼티

protected Flash,BBGamelib.flash.imp _flash
리턴 Flash