UNPKG

awayjs-display

Version:
16 lines (15 loc) 232 B
declare class OrientationMode { /** * */ static DEFAULT: string; /** * */ static CAMERA_PLANE: string; /** * */ static CAMERA_POSITION: string; } export default OrientationMode;