C# Class tk2dSpriteAnimationFrame, Malisse

Show file Open project: Collegiennes/Malisse Class Usage Examples

Public Properties

Property Type Description
eventFloat float
eventInfo string
eventInt int
spriteCollection tk2dSpriteCollectionData,
spriteId int
triggerEvent bool

Public Methods

Method Description
CopyFrom ( tk2dSpriteAnimationFrame, source ) : void
CopyFrom ( tk2dSpriteAnimationFrame, source, bool full ) : void

Method Details

CopyFrom() public method

public CopyFrom ( tk2dSpriteAnimationFrame, source ) : void
source tk2dSpriteAnimationFrame,
return void

CopyFrom() public method

public CopyFrom ( tk2dSpriteAnimationFrame, source, bool full ) : void
source tk2dSpriteAnimationFrame,
full bool
return void

Property Details

eventFloat public property

Custom event data (float)
public float eventFloat
return float

eventInfo public property

Custom event data (string)
public string eventInfo
return string

eventInt public property

Custom event data (int)
public int eventInt
return int

spriteCollection public property

The sprite collection.
public tk2dSpriteCollectionData, spriteCollection
return tk2dSpriteCollectionData,

spriteId public property

The sprite identifier.
public int spriteId
return int

triggerEvent public property

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