C# Class SuperSpriteAnimElement, urban-survivors

Afficher le fichier Open project: exdev/urban-survivors

Méthodes publiques

Свойство Type Description
animName string
sprite AutoSpriteBase,

Méthodes publiques

Méthode 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 méthode

public Init ( ) : void
Résultat void

Play() public méthode

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

PlayInReverse() public méthode

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

Property Details

animName public_oe property

The name of the animation to play.
public string animName
Résultat string

sprite public_oe property

The reference to the sprite containing the animation to be played.
public AutoSpriteBase, sprite
Résultat AutoSpriteBase,