spine_event_get_balance method
If an audio path is set, the left/right balance for the audio.
Implementation
double spine_event_get_balance(
spine_event self,
) {
return _spine_event_get_balance(
self,
);
}
If an audio path is set, the left/right balance for the audio.
double spine_event_get_balance(
spine_event self,
) {
return _spine_event_get_balance(
self,
);
}