更新
This commit is contained in:
5
types/Add-on/DrawLight/BatchModifyLights.d.ts
vendored
Normal file
5
types/Add-on/DrawLight/BatchModifyLights.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class BatchModifyLights implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=BatchModifyLights.d.ts.map
|
1
types/Add-on/DrawLight/BatchModifyLights.d.ts.map
Normal file
1
types/Add-on/DrawLight/BatchModifyLights.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"BatchModifyLights.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/DrawLight/BatchModifyLights.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAQtD,qBAAa,iBAAkB,YAAW,OAAO;IAEvC,IAAI;CA6Fb"}
|
5
types/Add-on/DrawLight/DrawPointLight.d.ts
vendored
Normal file
5
types/Add-on/DrawLight/DrawPointLight.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from '../../Editor/CommandMachine';
|
||||
export declare class DrawPointLight implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=DrawPointLight.d.ts.map
|
1
types/Add-on/DrawLight/DrawPointLight.d.ts.map
Normal file
1
types/Add-on/DrawLight/DrawPointLight.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"DrawPointLight.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/DrawLight/DrawPointLight.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAStD,qBAAa,cAAe,YAAW,OAAO;IAEpC,IAAI;CAmDb"}
|
5
types/Add-on/DrawLight/DrawRectAreaLight.d.ts
vendored
Normal file
5
types/Add-on/DrawLight/DrawRectAreaLight.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class DrawRectAreaLight implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=DrawRectAreaLight.d.ts.map
|
1
types/Add-on/DrawLight/DrawRectAreaLight.d.ts.map
Normal file
1
types/Add-on/DrawLight/DrawRectAreaLight.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"DrawRectAreaLight.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/DrawLight/DrawRectAreaLight.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAWtD,qBAAa,iBAAkB,YAAW,OAAO;IAEvC,IAAI;CA4Eb"}
|
11
types/Add-on/DrawLight/DrawSpotLight.d.ts
vendored
Normal file
11
types/Add-on/DrawLight/DrawSpotLight.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Vector3 } from "three";
|
||||
import { SpotLight } from "../../DatabaseServices/Lights/SpotLight";
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class DrawSpotLight implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class DrawSpotLight2 implements Command {
|
||||
exec(): Promise<void>;
|
||||
update(light: SpotLight, p: Vector3): void;
|
||||
}
|
||||
//# sourceMappingURL=DrawSpotLight.d.ts.map
|
1
types/Add-on/DrawLight/DrawSpotLight.d.ts.map
Normal file
1
types/Add-on/DrawLight/DrawSpotLight.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"DrawSpotLight.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/DrawLight/DrawSpotLight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAStD,qBAAa,aAAc,YAAW,OAAO;IAEnC,IAAI;CAgEb;AACD,qBAAa,cAAe,YAAW,OAAO;IAEpC,IAAI;IA+CV,MAAM,CAAC,KAAK,EAAE,SAAS,EAAE,CAAC,EAAE,OAAO;CAKtC"}
|
Reference in New Issue
Block a user