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

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

공개 메소드들

메소드 설명
PlayVideoGameAction ( IGameAction parent, System.VideoInfo videoInfo ) : System

Initializes a new instance of the PlayVideoGameAction class.

PlayVideoGameAction ( System.VideoInfo videoInfo, Scene scene = null ) : System

Initializes a new instance of the PlayVideoGameAction class.

보호된 메소드들

메소드 설명
PerformCancel ( ) : void

Perform cancelation event

PerformRun ( ) : void

Perform run action

PerformSkip ( ) : bool

Skip the action

비공개 메소드들

메소드 설명
OnVideoCompleted ( object sender, EventArgs e ) : void

The video has been completed

메소드 상세

PerformCancel() 보호된 메소드

Perform cancelation event
protected PerformCancel ( ) : void
리턴 void

PerformRun() 보호된 메소드

Perform run action
protected PerformRun ( ) : void
리턴 void

PerformSkip() 보호된 메소드

Skip the action
protected PerformSkip ( ) : bool
리턴 bool

PlayVideoGameAction() 공개 메소드

Initializes a new instance of the PlayVideoGameAction class.
public PlayVideoGameAction ( IGameAction parent, System.VideoInfo videoInfo ) : System
parent IGameAction The parent task.
videoInfo System.VideoInfo The video info to play
리턴 System

PlayVideoGameAction() 공개 메소드

Initializes a new instance of the PlayVideoGameAction class.
public PlayVideoGameAction ( System.VideoInfo videoInfo, Scene scene = null ) : System
videoInfo System.VideoInfo The video info to play
scene Scene The associated scene.
리턴 System