- 粒子系统模块
粒子系统模块
ParticleSystemComponent存储了粒子发射的初始状态以及粒子发射后状态更新子模块。
- 主模块(ParticleSystemComponent)
- 发射器模块(ShapeModule)
- 颜色模块(ColorOvertimeModule)
- 大小模块(SizeOvertimeModule)
- 旋转模块(RotationOvertimeModule)
- 速度模块(VelocityOvertimeModule)
- 限速模块(LimitVelocityOvertimeModule)
- 加速模块(ForceOvertimeModule)
- 贴图动画模块(TextureAnimationModule)
- 渲染模块(Renderer)
- 拖尾模块(TrailModule)