interfaces.ts 84 B

12345
  1. export const enum CameraBehavior {
  2. AUTOROTATION,
  3. BOUNCING,
  4. FRAMING
  5. }