Uses of Enum Class
com.jme3.bullet.BulletAppState.ThreadingType
Packages that use BulletAppState.ThreadingType
-
Uses of BulletAppState.ThreadingType in com.jme3.bullet
Fields in com.jme3.bullet declared as BulletAppState.ThreadingTypeModifier and TypeFieldDescriptionprotected BulletAppState.ThreadingTypeBulletAppState.threadingTypethreading mode to use (not null)Methods in com.jme3.bullet that return BulletAppState.ThreadingTypeModifier and TypeMethodDescriptionBulletAppState.getThreadingType()Read which type of threading this app state uses.static BulletAppState.ThreadingTypeReturns the enum constant of this class with the specified name.static BulletAppState.ThreadingType[]BulletAppState.ThreadingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jme3.bullet with parameters of type BulletAppState.ThreadingTypeModifier and TypeMethodDescriptionvoidBulletAppState.setThreadingType(BulletAppState.ThreadingType threadingType) Alter which type of threading this app state uses.