C# 클래스 Vtj.Gaming.AnimationSequence

Groups a set of sprites in a sequence that can be animated
파일 보기 프로젝트 열기: Ventajou/Space-Dinosaurs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Delay int
Loop bool
Sprites List

공개 메소드들

메소드 설명
AddSprite ( ImageElement image, float handleX, float handleY ) : void
AddSprites ( ImageElement images, float handleX, float handleY ) : void

메소드 상세

AddSprite() 공개 메소드

public AddSprite ( ImageElement image, float handleX, float handleY ) : void
image System.Html.ImageElement
handleX float
handleY float
리턴 void

AddSprites() 공개 메소드

public AddSprites ( ImageElement images, float handleX, float handleY ) : void
images System.Html.ImageElement
handleX float
handleY float
리턴 void

프로퍼티 상세

Delay 공개적으로 프로퍼티

public int Delay
리턴 int

Loop 공개적으로 프로퍼티

public bool Loop
리턴 bool

Sprites 공개적으로 프로퍼티

public List Sprites
리턴 List