availableFloatCount property
int
get
availableFloatCount
Gets the number of available frames in the generator's buffer.
Implementation
int get availableFloatCount => _generator.availableFloatCount;
Gets the number of available frames in the generator's buffer.
int get availableFloatCount => _generator.availableFloatCount;