Class PE_0_6P.G
java.lang.Object
PE_0_6P.G
- Enclosing class:
- PE_0_6P
FR : Classe G pour Global : contient les variables globales EN : G for Global : contains global variables
FR : La classe PEngine ne peut être statique et donc contenir les variable globales
car cela empêche l'utilisation de nombreuses fonctions de Processing
qui ne sont pas déclarées comme statiques
EN : The PEngine class cannot be static and therefore contain global variables
because it prevents many Processing functions from being used
that are not declared as static
-
Field Summary
Modifier and TypeFieldDescription(package private) static boolean
(package private) static int
(package private) static boolean
(package private) static float
(package private) static PE_0_6P.SystemEvents
(package private) static PE_0_6P.Themes
-
Constructor Summary
-
Method Summary
-
Field Details
-
_isSetUp
static boolean _isSetUp -
delta
static float delta -
_pmillis
static int _pmillis -
debug
static boolean debug -
themes
-
systemEvents
-
-
Constructor Details
-
G
G()
-