UNPKG

awayjs-display

Version:
20 lines (18 loc) 238 B
/** * */ export class BoundsType { /** * */ public static SPHERE:string = "sphere"; /** * */ public static AXIS_ALIGNED_BOX:string = "axisAlignedBox"; /** * */ public static NULL:string = "null"; }