Vixen
02b45cc4
csharp
public enum GizmoSpace

Which axes the handles point along.

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

Fields and properties (4)

  • World

    The world's axes.

  • Local

    The object's own.

  • Parent

    Its parent's, which is the space its stored transform is in.

  • Screen

    The camera's, so up is up on screen.

Used by (4)

  • EditorAffordanceTestsVixen.Editor.App.Tests
  • EditorApplicationVixen.Editor.App
  • GizmoTestsVixen.Editor.SceneView.Tests
  • TransformGizmoVixen.Editor.SceneView