فهرست منبع

Update babylon.2.2.d.ts

I'm not sure how you're generating the distribution babylon.2.2.d.ts so this may need to also be edited elsewhere, but it resolves the following error: error TS2339: Property 'uScale' does not exist on type 'BaseTexture' when it is a valid property.
Ben Riordan 10 سال پیش
والد
کامیت
a1db7e3874
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      dist/babylon.2.2.d.ts

+ 2 - 0
dist/babylon.2.2.d.ts

@@ -5849,6 +5849,8 @@ declare module BABYLON {
         coordinatesMode: number;
         wrapU: number;
         wrapV: number;
+        uScale: number;
+        vScale: number;
         anisotropicFilteringLevel: number;
         _cachedAnisotropicFilteringLevel: number;
         private _scene;