public abstract class SceneGame extends Game
| Modifier and Type | Field and Description |
|---|---|
QuadBatch |
defaultBatch |
RootLayer |
rootLayer |
Surface |
viewSurf |
| Constructor and Description |
|---|
SceneGame(Platform plat,
int updateRate) |
| Modifier and Type | Method and Description |
|---|---|
void |
setClearColor(float red,
float green,
float blue,
float alpha)
Configures the color to which the frame buffer is cleared prior to painting the scene graph.
|
Copyright © 2015. All Rights Reserved.