中文
Appearance
ParticleSystem.renderModuleMinParticleSize
ParticleSystem
粒子的最小尺寸。
number
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.renderModuleMinParticleSize;