浏览代码

comment

radiusRange description
Andrew Butt 7 年之前
父节点
当前提交
09f004d74f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Particles/babylon.particleSystem.ts

+ 1 - 0
src/Particles/babylon.particleSystem.ts

@@ -1512,6 +1512,7 @@
         /**
          * Creates a Sphere Emitter for the particle system. (emits along the sphere radius)
          * @param radius The radius of the sphere to emit from
+         * @param radiusRange The range of the sphere to emit from [0-1] 0 Surface Only, 1 Entire Radius
          * @returns the emitter
          */
         public createSphereEmitter(radius = 1, radiusRange = 1): SphereParticleEmitter {