C# Class OpenRA.Mods.Common.Widgets.VqaPlayerWidget

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
AspectRatio float
CancelKey Hotkey
DrawOverlay bool
Skippable bool

Méthodes publiques

Méthode Description
CloseVideo ( ) : void
Draw ( ) : void
GetCursor ( int2 pos ) : string
HandleKeyPress ( KeyInput e ) : bool
HandleMouseInput ( MouseInput mi ) : bool
Load ( string filename ) : void
Open ( VqaReader video ) : void
Pause ( ) : void
Play ( ) : void
PlayThen ( System.Action after ) : void
Stop ( ) : void

Method Details

CloseVideo() public méthode

public CloseVideo ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

GetCursor() public méthode

public GetCursor ( int2 pos ) : string
pos int2
Résultat string

HandleKeyPress() public méthode

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
Résultat bool

HandleMouseInput() public méthode

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
Résultat bool

Load() public méthode

public Load ( string filename ) : void
filename string
Résultat void

Open() public méthode

public Open ( VqaReader video ) : void
video OpenRA.Mods.Common.FileFormats.VqaReader
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

PlayThen() public méthode

public PlayThen ( System.Action after ) : void
after System.Action
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

AspectRatio public_oe property

public float AspectRatio
Résultat float

CancelKey public_oe property

public Hotkey CancelKey
Résultat Hotkey

DrawOverlay public_oe property

public bool DrawOverlay
Résultat bool

Skippable public_oe property

public bool Skippable
Résultat bool