UNPKG

@egjs/view360

Version:

360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.

9 lines (8 loc) 227 B
declare class SensorSample { sample: any; timestampS: any; constructor(sample?: any, timestampS?: any); set(sample: any, timestampS: any): void; copy(sensorSample: any): void; } export default SensorSample;