CameraMode: {
    Back: 5;
    Bottom: 1;
    Front: 4;
    Left: 2;
    Orthographic: 6;
    Perspective: 7;
    Right: 3;
    Top: 0;
} = ...

Type declaration

  • Back: 5
  • Bottom: 1
  • Front: 4
  • Left: 2
  • Orthographic: 6
  • Perspective: 7
  • Right: 3
  • Top: 0

Generated using TypeDoc