Class PE_0_6P.G

java.lang.Object
PE_0_6P.G
Enclosing class:
PE_0_6P

static class PE_0_6P.G extends Object
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 Details

    • _isSetUp

      static boolean _isSetUp
    • delta

      static float delta
    • _pmillis

      static int _pmillis
    • debug

      static boolean debug
    • themes

      static PE_0_6P.Themes themes
    • systemEvents

      static PE_0_6P.SystemEvents systemEvents
  • Constructor Details

    • G

      G()