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.
|
void |
setClearColor(int argb)
Configures the color to which the frame buffer is cleared prior to painting the scene graph.
|
public final QuadBatch defaultBatch
public final Surface viewSurf
public final RootLayer rootLayer
public SceneGame(Platform plat, int updateRate)
public void setClearColor(float red, float green, float blue, float alpha)
public void setClearColor(int argb)
Copyright © 2019. All Rights Reserved.