KwaiAppTeam / AkDanmaku

一款利用游戏引擎理念打造的原生弹幕库
Other
461 stars 35 forks source link

发送弹幕重叠时候 如何在之前弹幕上面 #13

Closed weakup closed 2 years ago

weakup commented 2 years ago

现在发送的弹幕 可能在上面也可能在下面

xanahopper commented 2 years ago

弹幕的垂直位置取决于 Layouter 的实现,目前默认的 Layouter 实现并不会刻意要求在上方或下方 从 TopLayouter 而言,是从上寻找第一个能够容纳它高度的空间。 如果希望固定的、特别的布局规律,请自行实现或扩展 Layouter