소스 검색

Add missing DataTexture2DArray declaration for ts

djytw 4 년 전
부모
커밋
11c6a21f02
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Three.d.ts

+ 1 - 0
src/Three.d.ts

@@ -25,6 +25,7 @@ export * from './objects/Points';
 export * from './objects/Group';
 export * from './textures/VideoTexture';
 export * from './textures/DataTexture';
+export * from './textures/DataTexture2DArray';
 export * from './textures/DataTexture3D';
 export * from './textures/CompressedTexture';
 export * from './textures/CubeTexture';