C# Class SuperSpriteAnimElement, urban-survivors

Mostra file Open project: exdev/urban-survivors

Public Properties

Property Type Description
animName string
sprite AutoSpriteBase,

Public Methods

Method Description
Init ( ) : void
Play ( ) : void

Convenience method that plays the associated sprite's animation.

PlayInReverse ( ) : void

Convenience method that plays the associated sprite's animation in reverse:

Method Details

Init() public method

public Init ( ) : void
return void

Play() public method

Convenience method that plays the associated sprite's animation.
public Play ( ) : void
return void

PlayInReverse() public method

Convenience method that plays the associated sprite's animation in reverse:
public PlayInReverse ( ) : void
return void

Property Details

animName public_oe property

The name of the animation to play.
public string animName
return string

sprite public_oe property

The reference to the sprite containing the animation to be played.
public AutoSpriteBase, sprite
return AutoSpriteBase,