فهرست منبع

Copy-paste documentation as required by tooling

But this should not be needed
Edgar Simson 7 سال پیش
والد
کامیت
53dddbfa26
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/Materials/Textures/babylon.videoTexture.ts

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

@@ -58,6 +58,9 @@
          * @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>,