C# 클래스 Dischord.Engine.Animation

파일 보기 프로젝트 열기: jbrownbridge/Dischord

공개 메소드들

메소드 설명
Animation ( AnimationManager animationManager, int framesPerSecond ) : System
UpdateFrame ( float elapsedTime ) : void

메소드 상세

Animation() 공개 메소드

public Animation ( AnimationManager animationManager, int framesPerSecond ) : System
animationManager AnimationManager
framesPerSecond int
리턴 System

UpdateFrame() 공개 메소드

public UpdateFrame ( float elapsedTime ) : void
elapsedTime float
리턴 void