Explorar o código

Missing interfaces class

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
f2dfba098b
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      Viewer/src/interfaces.ts

+ 5 - 0
Viewer/src/interfaces.ts

@@ -0,0 +1,5 @@
+export const enum CameraBehavior {
+    AUTOROTATION,
+    BOUNCING,
+    FRAMING
+}