UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

22 lines (21 loc) 344 B
/** * 门窗开门朝向(缩放x、z的符号) */ export declare enum DoorWindowDirection { /** * 正正 */ PositivePositive = 0, /** * 负正 */ NegativePositive = 1, /** * 负负 */ NegativeNegative = 2, /** * 正负 */ PositiveNegative = 3 }