C# Класс SuperSpriteAnimElement, urban-survivors

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
animName string
sprite AutoSpriteBase,

Открытые методы

Метод Описание
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:

Описание методов

Init() публичный Метод

public Init ( ) : void
Результат void

Play() публичный Метод

Convenience method that plays the associated sprite's animation.
public Play ( ) : void
Результат void

PlayInReverse() публичный Метод

Convenience method that plays the associated sprite's animation in reverse:
public PlayInReverse ( ) : void
Результат void

Описание свойств

animName публичное свойство

The name of the animation to play.
public string animName
Результат string

sprite публичное свойство

The reference to the sprite containing the animation to be played.
public AutoSpriteBase, sprite
Результат AutoSpriteBase,