ManiaPlanet ManiaScript Reference 2019.11.19.1850
A ManiaScript Reference of the ManiaPlanet game.
|
#include <doc.h>
Public Types | |
enum | ETextureFilter { Default , Point } |
Public Member Functions | |
Void | BeginProcessing () |
Void | EndProcessing () |
Void | Play () |
Void | Pause () |
Void | Stop () |
Public Attributes | |
const CImage | Image |
Boolean | IsLooping |
const Boolean | DownloadInProgress |
const Real | PlayLength |
const Boolean | IsProcessing |
Boolean | AutoProcessing |
const Boolean | IsPlaying |
Real | PlayCursor |
ETextureFilter | TextureFilter |
Public Attributes inherited from CNod | |
const Ident | Id |
This is a video playback handle.
Boolean CVideo::AutoProcessing |
Automatically begin processing when the layer becomes visible and end when hidden.