findBeat
Description​
Tries to find the bounds of a given beat.
- JavaScript
- C#
- Kotlin
findBeat(beat: Beat): BeatBounds | null
BeatBounds? FindBeat(Beat beat)
fun findBeat(beat: Beat): BeatBounds?
Parameter | Summary |
---|---|
beatAll | The beat to find. |
Returns​
The beat bounds if it was rendered, or null if no boundary information is available.