Skip to content

格式

typescript
ParticleSystem.initialModuleSpeed

所属类: ParticleSystem

描述

粒子系统首次生成粒子时的初始大小。

参数

参数名类型描述

返回值

类型描述
PSCurve粒子系统首次生成粒子时的初始大小

代码示例

typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.initialModuleSpeed;