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

파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
frameNumber int
label string
soundEvents int

공개 메소드들

메소드 설명
FrameObject ( int aFrameNumber, byte data, Cursor cursor ) : UnityEngine
trace ( int indent ) : string

메소드 상세

FrameObject() 공개 메소드

public FrameObject ( int aFrameNumber, byte data, Cursor cursor ) : UnityEngine
aFrameNumber int
data byte
cursor Cursor
리턴 UnityEngine

trace() 공개 메소드

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

프로퍼티 상세

frameNumber 공개적으로 프로퍼티

public int frameNumber
리턴 int

label 공개적으로 프로퍼티

public string label
리턴 string

soundEvents 공개적으로 프로퍼티

public int soundEvents
리턴 int