소스 검색

Fix comments

David Catuhe 7 년 전
부모
커밋
3c870f6711
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Particles/babylon.particleSystemSet.ts

+ 2 - 2
src/Particles/babylon.particleSystemSet.ts

@@ -15,12 +15,12 @@ module BABYLON {
         private _emitterMesh: Nullable<Mesh>;
 
         /**
-         * Gets or sets the particle system list
+         * Gets the particle system list
          */
         public systems = new Array<IParticleSystem>();
 
         /**
-         * Gets or set the emitter mesh used with this set
+         * Gets the emitter mesh used with this set
          */
         public get emitterMesh(): Nullable<Mesh> {
             return this._emitterMesh;