|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzombie.loading.LoadingScreen
public class LoadingScreen
| Constructor Summary | |
|---|---|
LoadingScreen()
|
|
| Method Summary | |
|---|---|
static void |
DrawText(java.lang.String text,
int x,
int y,
float r,
float g,
float b,
float alpha)
|
static void |
DrawTextCentre(java.lang.String text,
int x,
int y,
float r,
float g,
float b,
float alpha)
|
static void |
DrawTexture(Texture tex,
int x,
int y,
int width,
int height,
Color col)
|
static void |
DrawTexture(Texture tex,
int x,
int y,
int width,
int height,
float alpha)
|
static boolean |
RenderLoadingScreen(int percent,
boolean doThingy)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoadingScreen()
| Method Detail |
|---|
public static void DrawText(java.lang.String text,
int x,
int y,
float r,
float g,
float b,
float alpha)
public static void DrawTextCentre(java.lang.String text,
int x,
int y,
float r,
float g,
float b,
float alpha)
public static void DrawTexture(Texture tex,
int x,
int y,
int width,
int height,
float alpha)
public static void DrawTexture(Texture tex,
int x,
int y,
int width,
int height,
Color col)
public static boolean RenderLoadingScreen(int percent,
boolean doThingy)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||