UNPKG

awayjs-display

Version:
22 lines (19 loc) 240 B
/** * */ class BoundsType { /** * */ public static SPHERE:string = "sphere"; /** * */ public static AXIS_ALIGNED_BOX:string = "axisAlignedBox"; /** * */ public static NULL:string = "null"; } export default BoundsType;