Vixen
02b45cc4
csharp
public enum FlyAxis

Which way a viewport is being flown, as the keys that are down.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Flags rather than one direction, because holding two is the ordinary case: forward and right at once is how anybody actually crosses a scene.

Fields and properties (7)

  • None

    Nothing held.

  • Forward

    Along the camera's forward.

  • Back

    Against it.

  • Left

    Along the camera's −X.

  • Right

    Along its +X.

  • Down

    Straight down the world's up.

  • Up

    Straight up it.

Used by (3)

  • FlightTestsVixen.Editor.SceneView.Tests
  • FlyBindingsVixen.Editor.SceneView
  • SceneViewportVixen.Editor.SceneView