CameraModeMask: {
    All: 4294967295;
    Back: 32;
    Bottom: 2;
    Front: 16;
    Left: 4;
    None: 0;
    Orthographic: 64;
    Perspective: 128;
    Right: 8;
    Top: 1;
} = ...

Type declaration

  • All: 4294967295
  • Back: 32
  • Bottom: 2
  • Front: 16
  • Left: 4
  • None: 0
  • Orthographic: 64
  • Perspective: 128
  • Right: 8
  • Top: 1

Generated using TypeDoc