webcad-api/types/Common/SystemEnum.d.ts

14 lines
218 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
export declare enum AAType {
FXAA = 0,
SMAA = 1
}
export declare enum ViewDirType {
FS = 0,
YAS = 1,
ZS = 2,
YS = 3,
QS = 4,
HS = 5,
XN = 6
}
//# sourceMappingURL=SystemEnum.d.ts.map