OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:featurestoload
(Results
1 - 9
of
9
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/
BlenderKey.java
78
protected int
featuresToLoad
=
FeaturesToLoad
.ALL;
238
* @param
featuresToLoad
239
* bitwise flag of
FeaturesToLoad
interface values
241
public void includeInLoading(int
featuresToLoad
) {
242
this.
featuresToLoad
|=
featuresToLoad
;
248
* bitwise flag of
FeaturesToLoad
interface values
251
this.
featuresToLoad
&= ~featuresNotToLoad;
255
* This method returns bitwise value of
FeaturesToLoad
interface value. It describes features that will be loaded by
[
all
...]