瀏覽代碼

Remove unneeded jsdoc comments

Edgar Simson 7 年之前
父節點
當前提交
48c1dca256
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/Materials/Textures/babylon.videoTexture.ts

+ 0 - 3
src/Materials/Textures/babylon.videoTexture.ts

@@ -72,9 +72,6 @@
          * @param {boolean} invertY is false by default but can be used to invert video on Y axis
          * @param {number} samplingMode controls the sampling method and is set to TRILINEAR_SAMPLINGMODE by default
          * @param {VideoTextureSettings} [settings] allows finer control over video usage
-         * @param {boolean} [settings.autoPlay] Applies `autoplay` to video, if specified
-         * @param {boolean} [settings.loop] - Applies `loop` to video, if specified
-         * @param {boolean} settings.autoUpdateTexture - Automatically updates internal texture from video at every frame in the render loop
          */
         constructor(
             name: Nullable<string>,