UNPKG

awayjs-display

Version:
17 lines (15 loc) 203 B
/** * */ class AlignmentMode { /** * */ public static REGISTRATION_POINT:string = "registrationPoint"; /** * */ public static PIVOT_POINT:string = "pivot"; } export default AlignmentMode;