public class ContentSystemPrinter
extends java.lang.Object
| Constructor and Description |
|---|
ContentSystemPrinter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
logContentSystemByZOrderFromRoot(java.util.logging.Logger log,
java.util.logging.Level level,
IItem root)
Log content system by z order from root.
|
static void |
logJMEStructure(java.util.logging.Logger log,
java.util.logging.Level level,
com.jme3.scene.Spatial root)
Log jme structure.
|
public static void logContentSystemByZOrderFromRoot(java.util.logging.Logger log,
java.util.logging.Level level,
IItem root)
log - the loglevel - the levelroot - the rootpublic static void logJMEStructure(java.util.logging.Logger log,
java.util.logging.Level level,
com.jme3.scene.Spatial root)
log - the loglevel - the levelroot - the root