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

A game action to play a sound
상속: GameAction
파일 보기 프로젝트 열기: WaveEngine/Components

공개 메소드들

메소드 설명
BasicGameAction ( Scene scene = null ) : System

Initializes a new instance of the BasicGameAction class.

보호된 메소드들

메소드 설명
PerformRun ( ) : void

Perform Run actions

비공개 메소드들

메소드 설명
NotifyActionCompleted ( ) : void

메소드 상세

BasicGameAction() 공개 메소드

Initializes a new instance of the BasicGameAction class.
public BasicGameAction ( Scene scene = null ) : System
scene Scene The associated scene.
리턴 System

PerformRun() 보호된 메소드

Perform Run actions
protected PerformRun ( ) : void
리턴 void