Adds a value to the end of this array.
@override void add(double value) { SpineBindings.bindings.spine_array_float_add(nativePtr.cast(), value); }