Home
last modified time | relevance | path

Searched refs:fieldsAmount (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DStructure.java94 int fieldsAmount = inputStream.readShort(); in Structure() local
95 if (fieldsAmount < 0) { in Structure()
98 if (fieldsAmount > 0) { in Structure()
99 fields = new Field[fieldsAmount]; in Structure()
100 for (int i = 0; i < fieldsAmount; ++i) { in Structure()