Property | Type | Description | |
---|---|---|---|
Device | GraphicsDevice | ||
Layers | List |
||
State | FSO.Common.Rendering.Framework.Model.UpdateState |
Method | Description | |
---|---|---|
Add ( IGraphicsLayer layer ) : void |
Adds a graphical element to this scene.
|
|
Draw ( |
||
GameScreen ( GraphicsDevice device ) : System | ||
TextInput ( object sender, Microsoft.Xna.Framework.TextInputEventArgs e ) : void | ||
Update ( |
Method | Description | |
---|---|---|
TouchStub ( UpdateState state ) : void |
public Add ( IGraphicsLayer layer ) : void | ||
layer | IGraphicsLayer | Element inheriting from IGraphicsLayer. |
return | void |
public Draw ( |
||
time | ||
return | void |
public GameScreen ( GraphicsDevice device ) : System | ||
device | GraphicsDevice | |
return | System |
public static TextInput ( object sender, Microsoft.Xna.Framework.TextInputEventArgs e ) : void | ||
sender | object | |
e | Microsoft.Xna.Framework.TextInputEventArgs | |
return | void |
public Update ( |
||
time | ||
hasFocus | bool | |
return | void |
public UpdateState,FSO.Common.Rendering.Framework.Model State | ||
return | FSO.Common.Rendering.Framework.Model.UpdateState |