Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
PerformCancel ( ) : void |
Perform cancelation event
|
|
PerformRun ( ) : void |
Perform run action
|
|
PerformSkip ( ) : bool |
Skip the action
|
Method | Description | |
---|---|---|
OnVideoCompleted ( object sender, |
The video has been completed
|
public PlayVideoGameAction ( IGameAction parent, System.VideoInfo videoInfo ) : System | ||
parent | IGameAction | The parent task. |
videoInfo | System.VideoInfo | The video info to play |
return | System |
public PlayVideoGameAction ( System.VideoInfo videoInfo, Scene scene = null ) : System | ||
videoInfo | System.VideoInfo | The video info to play |
scene | Scene | The associated scene. |
return | System |