|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jouvieje.fmoddesigner.InitFmodDesigner
Initialization of NativeFmodDesigner
/ FMOD Designer
.
You should call InitFmodDesigner.loadLibraries
before using NativeFmodDesigner
& FmodDesigner
.
Field Summary | |
static boolean |
DEBUG
Display errors when loading libraries |
Method Summary | |
static boolean |
isLibrariesLoaded()
You can use this method to know if all libraries needed for the INIT_MODES choosen. |
static void |
loadLibraries()
This is the first thing to do before trying to use FMOD Designer. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean DEBUG
Method Detail |
public static void loadLibraries() throws InitException
loadLibraries(INIT_MODES.INIT_DEFAULT)
.
InitException
- exception that occures when all libraries are not properly loaded.#loadLibraries(int)
,
INIT_MODES
public static boolean isLibrariesLoaded()
INIT_MODES
choosen.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |