Searched defs:ThreadingType (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
H A DBulletAppState.java28 protected ThreadingType threadingType = ThreadingType.SEQUENTIAL;
125 if (threadingType == ThreadingType.PARALLEL) {
127 // } else if (threadingType == ThreadingType.DETACHED) {
160 if (threadingType == ThreadingType.PARALLEL) {
172 // if (threadingType != ThreadingType.DETACHED) {
182 if (threadingType == ThreadingType.PARALLEL) {
184 } else if (threadingType == ThreadingType.SEQUENTIAL) {
215 public ThreadingType getThreadingType() {
223 public void setThreadingType(ThreadingType threadingTyp
262 public enum ThreadingType { enum in class:BulletAppState
[all...]

Completed in 57 milliseconds