M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
|
Inherits TaleWorlds.Engine.View.
Public Member Functions | |
void | PlayVideo (string videoFileName, string soundFileName, float framerate) |
void | StopVideo () |
bool | IsVideoFinished () |
void | FinalizePlayer () |
![]() | |
void | SetScale (Vec2 scale) |
void | SetOffset (Vec2 offset) |
void | SetRenderOrder (int value) |
void | SetRenderOption (ViewRenderOptions optionEnum, bool value) |
void | SetRenderTarget (Texture texture) |
void | SetDepthTarget (Texture texture) |
void | DontClearBackground () |
void | SetClearColor (uint rgba) |
void | SetEnable (bool value) |
void | SetRenderOnDemand (bool value) |
void | SetAutoDepthTargetCreation (bool value) |
void | SetSaveFinalResultToDisk (bool value) |
void | SetFileNameToSaveResult (string name) |
void | SetFileTypeToSave (TextureSaveFormat format) |
void | SetFilePathToSaveResult (string name) |
Static Public Member Functions | |
static VideoPlayerView | CreateVideoPlayerView () |
Additional Inherited Members | |
![]() | |
enum | TextureSaveFormat |
enum | PostfxConfig : uint |
enum | ViewRenderOptions : int |
|
static |
void TaleWorlds.Engine.VideoPlayerView.PlayVideo | ( | string | videoFileName, |
string | soundFileName, | ||
float | framerate | ||
) |
void TaleWorlds.Engine.VideoPlayerView.StopVideo | ( | ) |
bool TaleWorlds.Engine.VideoPlayerView.IsVideoFinished | ( | ) |
void TaleWorlds.Engine.VideoPlayerView.FinalizePlayer | ( | ) |