webcad-ue4-api/types/Debug/DebugObject.d.ts

3 lines
242 B
TypeScript
Raw Normal View History

2021-07-28 10:23:42 +08:00
export declare function CreateDebugObject<T extends object>(object: T, listenKey?: string): T;
export declare function DebugRecord(target: any, property: string, descriptor?: PropertyDecorator): void;
2021-01-28 10:17:21 +08:00
//# sourceMappingURL=DebugObject.d.ts.map