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

22 lines
343 B
TypeScript
Raw Normal View History

2021-01-28 10:17:21 +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
}
2022-02-16 11:15:31 +08:00
export declare enum FractionDigitsType {
zero = 0,
one = 1,
two = 2,
three = 3,
four = 4,
five = 5
}
2021-01-28 10:17:21 +08:00
//# sourceMappingURL=SystemEnum.d.ts.map