getBalance method

double getBalance()

Implementation

double getBalance() {
  return _bindings.spine_event_data_get_balance(_data);
}