中文
Appearance
ParticleSystem.autoRandomSeed
ParticleSystem
是否使用自动随机种子。
boolean
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.autoRandomSeed;