Package com.jme3.util.struct.fields
Class BooleanArrayField
- 
Field Summary
Fields inherited from class com.jme3.util.struct.StructField
isUpdateNeeded, value - 
Constructor Summary
ConstructorsConstructorDescriptionBooleanArrayField(int position, String name, int length) BooleanArrayField(int position, String name, Boolean[] value)  - 
Method Summary
Methods inherited from class com.jme3.util.struct.StructField
clearUpdateNeeded, getDepth, getGroup, getName, getPosition, getValue, isUpdateNeeded, toString 
- 
Constructor Details
- 
BooleanArrayField
 - 
BooleanArrayField
 
 - 
 - 
Method Details
- 
getValueForUpdate
Get value and mark field for update- Returns:
 
 
 -