更新代码
This commit is contained in:
6
types/DatabaseServices/Texture.d.ts
vendored
6
types/DatabaseServices/Texture.d.ts
vendored
@@ -1,6 +1,11 @@
|
||||
import { Texture, Wrapping } from 'three';
|
||||
import { CADFiler } from './CADFiler';
|
||||
import { SymbolTableRecord } from './SymbolTableRecord';
|
||||
export declare class TextureTableEventBus {
|
||||
private static _SingleInstance;
|
||||
static GetInstance(): TextureTableEventBus;
|
||||
UpdateEvent(texture: TextureTableRecord): void;
|
||||
}
|
||||
/**
|
||||
* 数据化的贴图类.实现了序列化.
|
||||
*/
|
||||
@@ -20,6 +25,7 @@ export declare class TextureTableRecord extends SymbolTableRecord {
|
||||
set WrapT(wrap: Wrapping);
|
||||
private texture;
|
||||
Update(): Promise<string>;
|
||||
TextureUpdate(): Promise<void>;
|
||||
private waits;
|
||||
WaitUpdate(): Promise<unknown>;
|
||||
GetThreeTexture(): Texture;
|
||||
|
Reference in New Issue
Block a user