C# 클래스 WaveEngine.Components.GameActions.GameActionUpdaterBehavior

Behavior that updates the game action
상속: Behavior
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

공개 메소드들

메소드 설명
GameActionUpdaterBehavior ( ) : System

Initializes a new instance of the GameActionUpdaterBehavior class.

보호된 메소드들

메소드 설명
Update ( System.TimeSpan gameTime ) : void

Updates the instance of the behavior

비공개 메소드들

메소드 설명
BeginAction ( UpdatableGameAction gameAction ) : void

Begins the action

StopAction ( UpdatableGameAction gameAction ) : void

Stops the game action

메소드 상세

GameActionUpdaterBehavior() 공개 메소드

Initializes a new instance of the GameActionUpdaterBehavior class.
public GameActionUpdaterBehavior ( ) : System
리턴 System

Update() 보호된 메소드

Updates the instance of the behavior
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan Ellapsed time
리턴 void