Vixen
02b45cc4
csharp
public readonly record struct Placement

Where a thing dragged from the project browser would land.

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

Fields and properties (3)

  • public Vector3 Position

    Where to put it.

  • public Quaternion Rotation

    How to turn it.

  • public bool OnSurface

    Whether it landed on geometry rather than on the fallback plane.

Methods (1)

  • public Placement(Vector3 Position, Quaternion Rotation, bool OnSurface)

    Where a thing dragged from the project browser would land.

Used by (3)

  • ScenePlacementVixen.Editor.SceneView
  • SceneTestsVixen.Editor.SceneView.Tests
  • SceneViewportVixen.Editor.SceneView