public abstract class SceneGame
extends playn.core.Game
| Modifier and Type | Field | Description |
|---|---|---|
playn.core.QuadBatch |
defaultBatch |
|
RootLayer |
rootLayer |
|
playn.core.Surface |
viewSurf |
| Constructor | Description |
|---|---|
SceneGame(playn.core.Platform plat,
int updateRate) |
| Modifier and Type | Method | 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 playn.core.QuadBatch defaultBatch
public final playn.core.Surface viewSurf
public final RootLayer rootLayer
public void setClearColor(float red,
float green,
float blue,
float alpha)
public void setClearColor(int argb)
Copyright © 2018. All Rights Reserved.