C# Class tk2dSpriteAnimationFrame, Malisse

Afficher le fichier Open project: Collegiennes/Malisse Class Usage Examples

Méthodes publiques

Свойство Type Description
eventFloat float
eventInfo string
eventInt int
spriteCollection tk2dSpriteCollectionData,
spriteId int
triggerEvent bool

Méthodes publiques

Méthode Description
CopyFrom ( tk2dSpriteAnimationFrame, source ) : void
CopyFrom ( tk2dSpriteAnimationFrame, source, bool full ) : void

Method Details

CopyFrom() public méthode

public CopyFrom ( tk2dSpriteAnimationFrame, source ) : void
source tk2dSpriteAnimationFrame,
Résultat void

CopyFrom() public méthode

public CopyFrom ( tk2dSpriteAnimationFrame, source, bool full ) : void
source tk2dSpriteAnimationFrame,
full bool
Résultat void

Property Details

eventFloat public_oe property

Custom event data (float)
public float eventFloat
Résultat float

eventInfo public_oe property

Custom event data (string)
public string eventInfo
Résultat string

eventInt public_oe property

Custom event data (int)
public int eventInt
Résultat int

spriteCollection public_oe property

The sprite collection.
public tk2dSpriteCollectionData, spriteCollection
Résultat tk2dSpriteCollectionData,

spriteId public_oe property

The sprite identifier.
public int spriteId
Résultat int

triggerEvent public_oe property

When true will trigger an animation event when this frame is displayed
public bool triggerEvent
Résultat bool