Searched refs:featuresToLoad (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/asset/
H A DBlenderKey.java78 protected int featuresToLoad = FeaturesToLoad.ALL; field in class:BlenderKey
238 * @param featuresToLoad
241 public void includeInLoading(int featuresToLoad) { argument
242 this.featuresToLoad |= featuresToLoad;
251 this.featuresToLoad &= ~featuresNotToLoad;
260 return featuresToLoad;
292 return new LoadingResults(featuresToLoad);
358 oc.write(featuresToLoad, "features-to-load", FeaturesToLoad.ALL);
376 featuresToLoad
491 private final int featuresToLoad; field in class:BlenderKey.LoadingResults
513 LoadingResults(int featuresToLoad) argument
[all...]

Completed in 38 milliseconds