C# 클래스 SpaceShipDemo.SpawnBehavior

상속: Behavior
파일 보기 프로젝트 열기: WaveEngine/Series

공개 메소드들

메소드 설명
Spawn ( ) : void

Spawns this instance.

보호된 메소드들

메소드 설명
Initialize ( ) : void

Initializes this instance.

Update ( System.TimeSpan gameTime ) : void

Updates the specified game time.

메소드 상세

Initialize() 보호된 메소드

Initializes this instance.
protected Initialize ( ) : void
리턴 void

Spawn() 공개 메소드

Spawns this instance.
public Spawn ( ) : void
리턴 void

Update() 보호된 메소드

Updates the specified game time.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
리턴 void