C# 클래스 tk2dSpriteAnimationFrame, Malisse

파일 보기 프로젝트 열기: Collegiennes/Malisse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
eventFloat float
eventInfo string
eventInt int
spriteCollection tk2dSpriteCollectionData,
spriteId int
triggerEvent bool

공개 메소드들

메소드 설명
CopyFrom ( tk2dSpriteAnimationFrame, source ) : void
CopyFrom ( tk2dSpriteAnimationFrame, source, bool full ) : void

메소드 상세

CopyFrom() 공개 메소드

public CopyFrom ( tk2dSpriteAnimationFrame, source ) : void
source tk2dSpriteAnimationFrame,
리턴 void

CopyFrom() 공개 메소드

public CopyFrom ( tk2dSpriteAnimationFrame, source, bool full ) : void
source tk2dSpriteAnimationFrame,
full bool
리턴 void

프로퍼티 상세

eventFloat 공개적으로 프로퍼티

Custom event data (float)
public float eventFloat
리턴 float

eventInfo 공개적으로 프로퍼티

Custom event data (string)
public string eventInfo
리턴 string

eventInt 공개적으로 프로퍼티

Custom event data (int)
public int eventInt
리턴 int

spriteCollection 공개적으로 프로퍼티

The sprite collection.
public tk2dSpriteCollectionData, spriteCollection
리턴 tk2dSpriteCollectionData,

spriteId 공개적으로 프로퍼티

The sprite identifier.
public int spriteId
리턴 int

triggerEvent 공개적으로 프로퍼티

When true will trigger an animation event when this frame is displayed
public bool triggerEvent
리턴 bool