Skip to content

Commit 71b5194

Browse files
committed
Added some documentation
1 parent c64ec9a commit 71b5194

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/CommentManager.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
管理器的弹幕是否在运行。`false`表示没有在运行,`true`表示在运行。可以通过 start/stop 控制。这
2020
个参数只反映运行列表里面弹幕的运行状态,而不是视频的。
2121

22+
### width <Number>
23+
舞台的长度像素值,用于计算弹幕位置。此数只有在 init 之后才有效。
24+
25+
### height <Number>
26+
舞台的高度像素值,用于计算弹幕位置。此数只有在 init 之后才有效。
27+
2228
## Methods 方法
2329

2430
### init()

0 commit comments

Comments
 (0)