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