Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barrior/JParticles
/ init
Method
init
src/wave.ts:89–94 ·
view source on GitHub ↗
* 初始化数据和运行程序
()
Source
from the content-addressed store, hash-verified
87
* 初始化数据和运行程序
88
*/
89
protected init(): void {
90
this.ownResizeEvent()
91
this.optionsNormalize()
92
this.loadMaskImage()
93
this.createDots()
94
}
95
96
/**
97
* 标准化配置项
Callers
nothing calls this directly
Calls
3
ownResizeEvent
Method · 0.95
optionsNormalize
Method · 0.95
createDots
Method · 0.95
Tested by
no test coverage detected