Свойство | Тип | Описание | |
---|---|---|---|
CurrentFrameTime | double | ||
EndFrame | int | ||
FighterList | List |
||
Loop | bool | ||
StartFrame | int | ||
firstUpdate | bool | ||
frameActions | Action>>.List |
Свойство | Тип | Описание | |
---|---|---|---|
HandleKeys | float | ||
StartMusic | void |
Метод | Описание | |
---|---|---|
FrameEvent ( int frame, System.Action action ) : void |
Register a frame event
|
|
RegisterFighter ( |
||
ScreenplayManager ( ) : System |
Метод | Описание | |
---|---|---|
DefaultValues ( ) : void | ||
Initialize ( ) : void | ||
Update ( System.TimeSpan gameTime ) : void |
Update the screenplay frame time
|
Метод | Описание | |
---|---|---|
HandleKeys ( ) : float |
Handle keys to change the animation speed
|
|
StartMusic ( ) : void |
Start scene music
|
public FrameEvent ( int frame, System.Action action ) : void | ||
frame | int | The frame |
action | System.Action | The action associated to the frame |
Результат | void |
public RegisterFighter ( |
||
fighter | ||
Результат | void |
protected Update ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The current frame time. |
Результат | void |