C# 클래스 SuperSpriteAnimElement, urban-survivors

파일 보기 프로젝트 열기: exdev/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,