C# 클래스 FlyingKite.Behaviors.DebugSceneBehavior

상속: SceneBehavior
파일 보기 프로젝트 열기: WaveEngine/QuickStarters

공개 메소드들

메소드 설명
DebugSceneBehavior ( ) : System

Initializes a new instance of the DebugSceneBehavior class.

보호된 메소드들

메소드 설명
ResolveDependencies ( ) : void

Resolves the dependencies needed for this instance to work.

Update ( System.TimeSpan gameTime ) : void

Allows this instance to execute custom logic during its Update.

This method will not be executed if it are not Active.

메소드 상세

DebugSceneBehavior() 공개 메소드

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

ResolveDependencies() 보호된 메소드

Resolves the dependencies needed for this instance to work.
protected ResolveDependencies ( ) : void
리턴 void

Update() 보호된 메소드

Allows this instance to execute custom logic during its Update.
This method will not be executed if it are not Active.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
리턴 void