中文
Appearance
ParticleSystem.randomSeed
ParticleSystem
粒子系统的随机种子。
number
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.randomSeed;