Просмотр исходного кода

comment

radiusRange description
Andrew Butt 7 лет назад
Родитель
Сommit
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 {